Re: Why people not using mod_perl

2009-09-17 Thread Kiran Kumar
> > Emacs, Vim, Komodo, and others are equally as capable in the Perl > domain.  What you don't have as much of in the Perl domain is the > commercial support for those tools, with the exception of ActiveState. >  I just pulled down the latest copy of Komodo and took it for a spin; > though however

Re: PerlRun Subroutine redefine warnings

2009-08-27 Thread Kiran Kumar
urs when you have two subroutines with the same name. > > Mike O'Krongli > President and CTO > Acorg Inc > 519 432-1185 > - Original Message - From: "Kiran Kumar" > To: > Sent: Wednesday, August 26, 2009 8:07 PM > Subject: PerlRun Subroutine redefine

PerlRun Subroutine redefine warnings

2009-08-26 Thread Kiran Kumar
Hi, I am running mod_perl/2.0.4 on Linux , I keep getting the subroutine redefined warnings. Perlrun reloads the cgi on each request so why do I keep getting these warnings ? Is there any other way to avoid this other than no warnings qw/redefine/ in my scripts. Am I missing something here ?.

Modperl::PerlRun Reload modules

2009-08-07 Thread Kiran Kumar
Hi, I am working on migrating some legacy code from cgi to run under Modperl::Perlrun. Perlrun reloads the cgi scripts for each requests but the perl modules are still cached. We ran into an issue wherein there were some modules that created closures and since these modules were cached we could not