Re: debugging a timeout issue

2008-05-09 Thread Dirk-Willem van Gulik
On May 9, 2008, at 6:23 AM, Graham Dumpleton wrote: 2008/5/9 Sam Carleton [EMAIL PROTECTED]: I am a one man ISV that is using an Apache and an Apache Module. I am trying to trouble shoot a timeout issue that I cannot see, my customer is reporting the problem and he can consistently

Re: debugging a timeout issue

2008-05-09 Thread Sam Carleton
On Fri, May 9, 2008 at 12:23 AM, Graham Dumpleton [EMAIL PROTECTED] wrote: Since you see one request but not the second, one thing I would perhaps suggest doing is turn off KeepAlive and see if that makes a difference with the client. I am wondering, I do not see the timeout bug but my

Re: debugging a timeout issue

2008-05-09 Thread Joe Lewis
Sam Carleton wrote: On Fri, May 9, 2008 at 12:23 AM, Graham Dumpleton [EMAIL PROTECTED] wrote: Since you see one request but not the second, one thing I would perhaps suggest doing is turn off KeepAlive and see if that makes a difference with the client. I am wondering, I do not see

debugging a timeout issue

2008-05-08 Thread Sam Carleton
I am a one man ISV that is using an Apache and an Apache Module. I am trying to trouble shoot a timeout issue that I cannot see, my customer is reporting the problem and he can consistently repeat the problem. Sometimes when the .Net 2.0 client makes a call to my Apache module, the .Net code

Re: debugging a timeout issue

2008-05-08 Thread Subra A Narayanan
Hey Sam, I am not an apache expert but you can start off with a tool like wireshark to see if the request is even leaving the client machine. Its a great tool to debug such problems. Subra On Thu, May 8, 2008 at 10:24 PM, Sam Carleton [EMAIL PROTECTED] wrote: I am a one man ISV that is using