On Mon, Dec 21, 2009 at 11:47 PM, Jason Sonnenschein <js...@umich.edu> 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} in one of them? - Perrin