|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Threaded Application Sequencing/Rendezvousby moritz (Cardinal) |
| on Jul 11, 2012 at 16:13 UTC ( #981183=note: print w/ replies, xml ) | Need Help?? |
|
Such a system happens to be available in GNU make. You can control the number of commands executed in parallel with the -j option, so make -j4 would start at most 4 processes in parallel. If you happen to have a good way to factor everything so that each step produces a file (and reads the files it depends on), this might be an elegant solution.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||