|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Monitoring child processesby cdarke (Prior) |
| on Mar 13, 2012 at 15:40 UTC ( #959381=note: print w/ replies, xml ) | Need Help?? |
|
In addition to moritz's comment about waitpid:
SIGCHLD is handled differently to other signals on most UNIX's, in that it does not by default kill the process it signals.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||