Page 1 of 1

link partioner and link collector

Posted: Mon Mar 14, 2005 3:48 pm
by kollurianu
Hi,

For two processors how many partitions can i use , how many link partioners.


Thanks in advance

Posted: Mon Mar 14, 2005 4:15 pm
by ray.wurlod
You can use as many as you like; though any one link partitioner supports a maximum of 64 outputs.

Read the manual about inter process communication, particularly the section about process boundaries. Learn about how many processes are generated in a job design (approximately one per active stage, but it depends on a number of other factors too).

Try to limit your jobs to not more than two active processes per CPU. For example, a job with two independent Transformer stages will have three processes (the job and the two stages), but the job process is more asleep than active most of the time, so can be discounted.