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. -- Yuval Kogman <[EMAIL PROTECTED]> http://nothingmuch.woobling.org 0xEBD27418
pgpVphun6b0dd.pgp
Description: PGP signature
_______________________________________________ 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/
