[Catalyst] Fast CGI vs ModPerl
Perrin Harkins
perrin at elem.com
Fri Dec 8 21:22:32 GMT 2006
Jonathan Rockway wrote:
> If you want to use mod_perl, the best thing to do is to setup two apache
> instances -- one that serves static pages and proxies requests to the
> backend, and one backend apache that runs mod_perl. It's a solid setup,
> but not the easiest thing to do.
That is the standard recommended setup for mod_perl. It's pretty much
equivalent to the FastCGI process model. Which one you find easier to
manage probably depends on whether you have a reverse proxy server that
you like (perlbal, Nginx, apache, squid, etc.) and whether your web
server of choice has a solid FastCGI module or not.
- Perrin
More information about the Catalyst
mailing list