2009-11-06 08:59:45 UTC
Hello Tom,
If I understood you correctly, the parallel jobs workaround is working but some times it will result in too many tasks in Job Scheduler.
The solution is to assign the jobs to a process class. Please see http://www.sos-berlin.com/doc/en/scheduler.doc/xml/process_class.xml
So you can define a process class called tomsprocessclass with max_processes="25".
You can then assign your jobs to that process class and Job Scheduler will make sure that no more than 25 tasks of these Jobs will be running simultaniously. Other task starts or orders will be enqueued.
Best Regards,
Andreas