![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Don't wait: waitpid. Why?by Abigail-II (Bishop) |
on Feb 26, 2003 at 14:42 UTC ( #238779=note: print w/replies, xml ) | Need Help?? |
Eh, if you wanted to wait until there are no more kids,
you want a blocking call, inside a loop, wouldn't
you?
I usually do 1 until -1 == wait;, but waitpid would work just as well. Abigail
In Section
Snippets Section
|
|