Both are reporting:
<!-- mod_perl/2.0.2 -->
Will look into Apache::DProf
-Matthew
Perrin Harkins wrote:
On Mon, 2006-06-19 at 22:48 -0500, Matthew wrote:
We are finally ready to move to our mod_perl2 handler. I just
finished running some tests against our old CGI (no PerlRun, no
Registry, just plain jane CGI).
The results were basically the same. I did 500 requests, 2
concurents, and both scripts took about the same time.
The most likely answer is that something is wrong with your
configuration and both are running through the same CGI. You should try
printing the value of $ENV{MOD_PERL} for both.
Is there some tool I can use to find out what has been added that is
slowing down our mod_perl?
Apache::DProf
- Perrin