|
|
| XP is just a number | |
| PerlMonks |
Re: Daemon crashes the systemby RMGir (Parson) |
| on Nov 02, 2011 at 12:21 UTC ( #935370=note: print w/ replies, xml ) | Need Help?? |
|
Shouldn't you be installing a $SIG{CHLD} handler? (Or setting $SIG{CHLD}='IGNORE' -- see perlipc) It doesn't look like Frontier::Daemon::Forking does that for you, so the child processes are probably staying around as zombies. Mike
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||