in reply to Re^5: Catalyst vs CGI::Application
in thread Catalyst vs CGI::Application
No, it's the same. FastCGI has some code that runs a daemon around your perl code. In mod_perl, apache is that daemon. When you run a front-end proxy, your proxy is the web server and the mod_perl server is nothing but a perl daemon, just like FastCGI.