http://www.perlmonks.org?node_id=929992


in reply to Re: Parent process waiting for child process
in thread Parent process waiting for child process

I think the step most people overlook, is that when you use fork, then child process has to 'close STDOUT', in order to "break the connection" to the web server.