in reply to Re: forking in a cgi script
in thread forking in a cgi script

Or even:
# Automatically reap zombies $SIG{CHLD} = 'IGNORE';
Marcel