You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Yuchung Cheng <yc...@cs.ucsd.edu> on 2002/06/27 03:59:15 UTC

httpd abortive release

hi everyone,

i have a question not so related to apache httpd, 
but since many httpd programmers here, hopefully someone
can help answering it.

does any current httpd use abortive release to close
connection, e.g., send RST, instead of the linger_close() 
in apache? is using abortive release avoid forever
FIN_WAIT_2 problem and reclaim sockets resource more 
efficiently? thanks.

-yuchung