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

tobbo has asked for the wisdom of the Perl Monks concerning the following question:

Hello,

I'm currently working on a Catalyst project using FastCGI. The problem is, I can't figure out how to fork correctly within the application. A simple fork call leaves me with fastcgi zombie processes.

I've read the FastCGI FAQ (http://www.fastcgi.com/docs/faq.html#Perlfork ) and it seems like thats what I need. But I can't find a way to get the FCGI::Request object.