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