"Chandragupt" <[EMAIL PROTECTED]> writes:

> Hi,
> 
> We have developed a BioInformatics Web based Application using
> CGIC , Linux and Apache as the webserver. We are using MySQL
> database for data handling.
> We have run into a problem wherein if the browser which has sent
> the request to Apache is closed in between a process, the process
> continues to run instead of being terminated. This causes the
> queuing of unwanted processes (both for Apache and MySQL).

isn't this like PR 8388?

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8388

Can the CGI write an HTML comment to the browser fairly regularly to
cause Apache to detect when the connection is reset?  Wouldn't that
abort the connection and cause the CGI to get cleaned up?

How else would Apache notice?

Note that there was various streaming breakage until recently :(

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to