Re: mod_perl precompiling help

2009-12-23 Thread Dan Stephenson
unsubscribe On Wed, Dec 23, 2009 at 12:50 PM, Perrin Harkins wrote: > On Tue, Dec 22, 2009 at 12:19 PM, Jason Sonnenschein > wrote: > > ENV{MOD_PERL} returns "mod_perl/2.0.4" > > Ok, they are running under mod_perl then. It's pretty much unheard of > for a script to run slower under mod_perl t

Re: mod_perl precompiling help

2009-12-23 Thread Perrin Harkins
On Tue, Dec 22, 2009 at 12:19 PM, Jason Sonnenschein wrote: > ENV{MOD_PERL} returns "mod_perl/2.0.4" Ok, they are running under mod_perl then. It's pretty much unheard of for a script to run slower under mod_perl than CGI. There may be something serious wrong, like you don't have enough memory

Re: mod_perl precompiling help

2009-12-22 Thread Jason Sonnenschein
On 12/22/09 10:13 AM, Perrin Harkins wrote: On Mon, Dec 21, 2009 at 11:47 PM, Jason Sonnenschein wrote: We're running a perl-based web application and not seeing any speedups running under mod_perl. Usually that means you have a configuration problem. Can you check if your scripts a

Re: mod_perl precompiling help

2009-12-22 Thread Jason Sonnenschein
On 12/22/09 10:13 AM, Perrin Harkins wrote: On Mon, Dec 21, 2009 at 11:47 PM, Jason Sonnenschein wrote: We're running a perl-based web application and not seeing any speedups running under mod_perl. Usually that means you have a configuration problem. Can you check if your scripts a

Re: mod_perl precompiling help

2009-12-22 Thread Perrin Harkins
On Mon, Dec 21, 2009 at 11:47 PM, Jason Sonnenschein wrote: > We're running a perl-based web application and not seeing any speedups > running under mod_perl. Usually that means you have a configuration problem. Can you check if your scripts are running under mod_perl by looking at $ENV{MOD_PERL

mod_perl precompiling help

2009-12-21 Thread Jason Sonnenschein
Hello all, We're running a perl-based web application and not seeing any speedups running under mod_perl. I have a startup file that is attempting to precompile much of the code by using require for some files that are required in scripts, use for others that are perl modules, and many scrip