[Catalyst] Catalyst on shared hosting

Carl Franks fireartist at gmail.com
Wed Dec 21 15:13:06 CET 2005


On 21/12/05, Bernard FRIT <bernard.frit at gmail.com> wrote:
> Just some thoughts about running catalyst on a shared hosting server.

Another option:
My current shared-hosting provider has apache's mod_fastcgi installed
- which is supported by catalyst.

Each script running under fastcgi has it's own process, so you don't
have the same security issues as mod_perl. You can also have different
programs loading different versions of the same perl module, again a
problem under mod_perl.

Cheers,
Carl



More information about the Catalyst mailing list