On Oct 10, 2005, at 5:15 PM, Greg Ames wrote:

- event-ize lingering close. it eats up roughly the same number of worker threads as synchronous writes for SPECweb99.

Is this because the lingering close is waiting a while for the client to
close the inbound side of the connection?  Or is the lingering close
finding that the connection is closed as soon as it does the "wait for
I/O or timeout"--meaning that the reason the server spends a lot of
time in lingering close is simply that the code for lingering close
(poll+read+close plus various setsockopt calls) takes a while?

Brian

Reply via email to