realtime client connnection abort notifications

2005-12-17 Thread Christian Parpart
Hi all, I've been messing with this problem for years now. Apache at least didn't support it in the public API somehow, so I catched the connections file descriptor using a pre connection hook and then created a thread that poll()'s on this to invoke a connection abort handler I need within

Re: realtime client connnection abort notifications

2005-12-17 Thread Jeff Trawick
On 12/17/05, Christian Parpart [EMAIL PROTECTED] wrote: What I need is a way to install a hook within the apache server process that gets invoked ASAP(!) the client connection of interest has been aborted (mostly by client side). if a module is busy handling the request (e.g., long-running