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



_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to