![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
nite of the living dead: perl and stunnel make zombiesby jhanna (Scribe) |
on Nov 22, 2000 at 01:29 UTC ( #42793=perlquestion: print w/replies, xml ) | Need Help?? |
jhanna has asked for the wisdom of the Perl Monks concerning the following question:
I'm working on a spam filtering smtp http://perl-esmtpd.sourceforge.net in perl. The server mode works great. The inet version always leaves a zombie on FreeBSD when run by stunnel. I've tried $SIG{CHLD}='IGNORE' and I've tried with the standard REAPER and I've tried without a SIG{CHLD}, I've tried DEFAULT...
How can I keep these zombies from remaining undead! (Stunnel http://www.stunnel.org is a ssl wrapper for inet type programs and more.)
novice,
Back to
Seekers of Perl Wisdom
|
|