04-04-2008 07:49 AM
04-04-2008 08:04 AM
I suspect the max number of parallel loops is larger than anything a human is capable of coding. The old DSC Panel Wizard (now obsolete) used to drop loops for every object (a nightmare to support!).
But driving at the root of your question...
All TC operations should be in one processor and the non-TC in the other.
Make sure your loops "play nice" (i.e. do not dominate the core, do the min possible to stay TC and then go back to sleep).
THe Execution Trace Toolkit is helpful it determining who is not "playing by the rules" and why.
If anyone else would like to comment on this subject, I'd love to hear what Y'all have to say!
Just trying to help,
Ben