On Mon, 2006-04-17 at 16:11 -0700, Henry, Mark Patrick wrote: > Hi All, > > Hope this isn't off-topic.. > > I want to: > > *invoke multiple sub-jobs from a script, limited by the amount of > computers I have available/can send those jobs to. > *when I've launched as many jobs as I have machines, wait until one > completes and send that machine another job, and so as others free up > until no more jobs. > > Seems like what I want is something along the lines of fork / > child_pids, and 'wait'. >
If you want to be running parrallel 'jobs' on different machines you should probably be looking into openmosix or beowulf clustering. Not that it cannot be done in perl, just the right tool for the right job. -- Joshua Colson <[EMAIL PROTECTED]> VoidGate InterNetworks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>