RE: parent / child PID / wait q

2006-04-19 Thread Henry, Mark Patrick
-Original Message- From: Joshua Colson [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 6:26 AM To: Henry, Mark Patrick Cc: beginners@perl.org Subject: Re: parent / child PID / wait q On Mon, 2006-04-17 at 16:11 -0700, Henry, Mark Patrick wrote: Hi All, Hope this isn't off-topic

Re: parent / child PID / wait q

2006-04-18 Thread Joshua Colson
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

Re: parent / child PID / wait q

2006-04-18 Thread Chas Owens
On 4/17/06, Henry, Mark Patrick [EMAIL PROTECTED] wrote: snip Seems like what I want is something along the lines of fork / child_pids, and 'wait'. snip Yep, that is what you want. snip If I launch multiple jobs up to max_machines as it were, and use 'wait', it appears to only wait for one