Debugging a long process

2011-06-08 Thread Tosh Cooey
I have a mod_perl Registry script that is taking about 30 seconds to execute. I am trying to debug it but when I run the script from the command line or the debugger it only takes 9 seconds to execute. I am running Apache/2.2.11 (Ubuntu) mod_perl/2.0.4 Perl/v5.10.0 Is there something obvious

Re: Debugging a long process

2011-06-08 Thread Fred Moyer
On Wed, Jun 8, 2011 at 12:50 PM, Tosh Cooey wrote: > I have a mod_perl Registry script that is taking about 30 seconds to > execute. > > I am trying to debug it but when I run the script from the command line or > the debugger it only takes 9 seconds to execute. Sounds like Apache may be blocking