On Mon, 11 Jun 2007 19:18:26 -0400
"Perrin Harkins" <[EMAIL PROTECTED]> wrote:

> On 6/9/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
> > PerlSwitches -Ie:/web/ANR/lib
> > PerlModule ANR
> > ...
> >
> > But the server writes in the log that the module ANR cannot be
> > loaded.
> 
> Try dumping out @INC to see what your PerlSwitches command is putting
> in there.
> 
> > I am interested in this, because I try to see why 2 Catalyst
> > applications cannot run both in the same time, but they can run
> > very well if I run only one of them.
> 
> I don't think this will have much affect on that, since both methods
> are supposed to produce the same result.  If you're trying to run two
> different versions of modules with the same name, you'll need to do
> something like run two separate mod_perl instances.
 
   This might not be related, but Catalyst doesn't support running two
   "instances" of the same application at the same time.  Unless you're
   using the latest source repository checkout, it'll be rolled into the
   next release I hear. 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to