BASIC Transformer and NORMAL Transformer

What is the Exact difference between BASIC Transformer and NORMAL Transformer?When we will go for BASIC Or NORMAL Transformer?

Questions by Suri123   answers by Suri123

Showing Answers 1 - 6 of 6 Answers

Abhijain

  • Sep 19th, 2008
 

The basic transformer stage is similar in appearance and function to the Normal Transformer Stage.

Basic transformer stage can only be used for SMP(Symmetric Multiprocessors) systems and not for MPP(Massively Parellel Processing) system or clusters systems.

  Was this answer useful?  Yes

Difference:
- A Basic transformer compiles in "Basic Language" whereas a Normal Transformer compiles in "C++".

- Basic transformer does not run on multiple nodes wheras a Normal Transformer can run on multiple nodes giving better performance.

- Basic transfomer takes less time to compile than the Normal Transformer.

Usage :
- A basic transformer should be used in Server Jobs.
- Normal Transformer should be used in Parallel jobs as it will run on multiple nodes here giving better performance.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions