[Catalyst] keeping multiple Catalyst applications up to date

Matt S Trout dbix-class at trout.me.uk
Mon Jun 12 00:57:45 CEST 2006


Yuval Kogman wrote:
> On Sun, Jun 11, 2006 at 22:38:55 +0100, Matt S Trout wrote:
>> Nathan Kurz wrote:
>>> I'm trying to figure out a good way to run multiple Catalyst
>>> applications on the same server and to make it possible to upgrade
>>> Catalyst and its dependencies in a way that won't break one
>>> application when I upgrade another.  Using local installations of
>>> modules this seems possible, but I haven't worked out the specifics.
>>>
>>> Does anyone have a solution that works well for them?
>> CPAN magic to install crap into e.g. /usr/local/AppName/support/lib/ plus 
>> PERL5LIB.
> 
> Plus separate process space for each app - mod_perl won't work, you
> need fastcgi, or use mod_proxy and separate apache instances.
> 
> also, 'use lib' in your fastcgi script might be wiser than PERL5LIB
> if you want that data in version control and easy to spot.

If memory serves, mod_perl2 will do multiple perl interps per child. I'd still 
rather FastCGI myself though.

-- 
      Matt S Trout       Offering custom development, consultancy and support
   Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list