Re: Detecting if Client closed connection

2006-03-03 Thread Jeff Trawick
On 3/1/06, R, Rajesh (STSD) [EMAIL PROTECTED] wrote: Hello, I am working on a patch, to kill a cgi process if the client closes the conenction in Apache 2.0.54/mod_cgid. Apache only finds out when it tries to do I/O. CGI needs to write a little output to the client every so often if it is

Detecting if Client closed connection

2006-03-01 Thread R, Rajesh (STSD)
Hello,I am working on a patch, to kill a cgi process if the client closes the conenction in Apache 2.0.54/mod_cgid.I have tried a few possibilities of detecting client closing connection and polling r-connection-aborted,But they have all failed.Can anyone guide me on how to detect if client