On Friday 02 March 2007 23:40, Perrin Harkins wrote: > On 3/2/07, Jeremy Wall <[EMAIL PROTECTED]> wrote: > > I'm using a mod_perl response handler for the pages in question. > > Periodically and with no pattern I can detect a page request will simply > > timeout. > > If you want to know which requests do this, you can use > mod_log_forensic. It sounds to me like a locking problem. Do you use > some kind of session module? > > - Perrin
I'll check out that Module thanks for the tip. I don't use a session module from CPAN. I have custom session management using the database and cookies in my code. Jeremy