[Catalyst] Catalyst and modperl
Andy Grundman
andy at hybridized.org
Sat Jul 30 07:10:28 CEST 2005
Thomas L. Shinnick wrote:
> I remember hearing something worrisome, and now I don't remember and can't find _where_ it was mentioned.
>
> Is it true that, currently, you can't have more than one Catalyst-based application running under modperl? Something to do with class data? Is this the reason that Sebastian has been working on moving class data (Catalyst::Engine, etc.) into instances? Or has my brain had a forgotten tryst with a hard surface?
I believe the only issue is that you cannot run more than one instance
of a single Cat app under the same mod_perl server.
Multiple different apps are no problem, and in fact right now I've got 2
Cat apps in production under the same mod_perl server, so I know it
works. :)
-Andy
More information about the Catalyst
mailing list