[Catalyst] FastCGI is Weak Sauce

Perrin Harkins perrin at elem.com
Fri Jun 30 21:10:59 CEST 2006


On Fri, 2006-06-30 at 14:57 -0400, Hugh Lampert wrote:
> Is that really the normal mode of deployment?  Is that for high traffic 
> apps?

You can get away with just one server if your site is low traffic, and
add a proxy later if it grows.  It's a matter of the number of
concurrent requests.  You can only run a limited number of apache
processes with perl interpreters in them, so at some point you have to
split off the static stuff in order to increase the number of apache
processes available.

- Perrin





More information about the Catalyst mailing list