Anders, the first priority is to figure out how to reproduce the problem at will. If you don't manage that, you most likely are going to waste hours staring at the screen. I'd concentrate on that task first.

Try using ab (apachebench), httpd_load or another utility to stress test. More advanced tools can record and reply real requests. For some examples see:
http://modperlbook.org/html/ch09_01.html#pmodperl-CHP-9-SECT-1


Armed with one of these tools you can know exactly how many requests you've issued and then making sure that logs/access_log is in agreement.

Also take a look at Apache::Resource which can set certain limits on the process resource consumption.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to