[Catalyst] Development environments and performance
Carl Johnstone
catalyst at fadetoblack.me.uk
Mon Jan 28 17:32:09 GMT 2008
From: "Jonathan Rockway" <jon at jrock.us>
> If you are using the same Apache process for more than one web
> app, You're Doing It Wrong (tm).
For development or production?
In production as long as you're using the same versions of Cat for your
apps, I would've thought the memory gains would make it worthwhile. If
you've got multiple sets of apache processes, then each set will load all
the Catalyst (and other CPAN modules) into memory separately.
Carl
More information about the Catalyst
mailing list