David Brown wrote:
> Great feedback, many thanks.  But as always, one problem becomes another !
> 
> I've compiled + installed Apache-DB
> I've compiled + installed DProf-19990108
> 
> I've added this to my httpd.conf:
> 
> PerlModule Apache::DProf
> 
> I've added this to my modperl.conf (called by httpd.conf):
> 
> use Apache::DProf;
> use Apache::DB;
> Apache::DB->init;
> 
> When Apache startsup I get:
> 
> [notice] Apache::DB initialized in child 55178
> 
> All good and well I thought.. But erm.. nothing is being created in the
> dprof directory in the server-root.
> 
> What am I doing wrong ?

You aren't doing it wrong. Next step is to run the script and usually it 
helps to read the docs :)

http://thingy.kcilink.com/modperlguide/performance/Code_Profiling_Techniques.html


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Reply via email to