![]() |
|
more useful options | |
PerlMonks |
Re: Monitoring child processesby moritz (Cardinal) |
on Mar 13, 2012 at 15:12 UTC ( #959376=note: print w/replies, xml ) | Need Help?? |
perlipc has quite some material on handling child processes; in particular it points out that you should call waitpid for the dying child processes, so that they don't become zombies/defunct. Calling waitpid is probably more idiomatic than polling all your children.
In Section
Seekers of Perl Wisdom
|
|