Alan R Williamson wrote:
Can you double-check that these are running through ModPerl::Registry, and not CGI? Printing out the value of $ENV{MOD_PERL} is a simple way to do it.

oooh its blank.  i take it thats not good!

That means you've been running these scripts through mod_cgi, not mod_perl. If you want Apache::DProf to profile them, you have to run them through mod_perl. Check the docs for setting up ModPerl::Registry.

- Perrin

Reply via email to