I think CLOSE_WAIT state means it is still waitting for the other side's
FD_CLOSE notification,  (perhaps shutdown function of ssl or socket will
send this notification), but the other side had already exit and
successfully closed the connection, (perhaps it exited with exceptions or it
is killed by others). so the server stay in  CLOSE_WAIT state always. But
the child process forked by the server has already exit.

----- Original Message -----
From: "David Schwartz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 5:31 PM
Subject: Re: The problem of CLOSE_WAIT


>
> On Tue, 17 Sep 2002 17:07:06 +0800, Öܹ⻪ wrote:
>
> >After few  days, on the server side, there are many ssl socket connection
> >did not exit  clean, they are mostly in close_wait state and few in
> >established state.
>
> Do you understand what the CLOSE_WAIT state means and how sockets get in
> that state?
>
> DS
>
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to