From: "Jon Travis" <[EMAIL PROTECTED]>
Sent: Monday, September 17, 2001 6:32 PM


> I tried setting keepalive == 0 in the handler, and doing my ju-ju in 
> the log_transaction phase.  The client was still hanging around.

That sounds right ... the lazy disconnect logic in httpd can leave a
connection hanging around a bit.  The client will be flushed out soon
enough - and httpd shouldn't be wasting any more resources/cpu slices
on it.  Did adding your hook at the very back end this change the lazy 
close time profile?

Bill

Reply via email to