Andreas,
the point is that while the connection is in TIME_WAIT state the
socket cannot be reused (see the links below).
Michele
http://www.port80software.com/200ok/archive/2004/12/07/205.aspx
http://msdn2.microsoft.com/en-us/library/aa560610.aspx
On 9 Feb 2008, at 20:59, Andreas Veithen wrote:
On 09 Feb 2008, at 19:52, Michele Mazzucco wrote:
This is not a problem, since in this state, no resources (other
than the corresponding entries in some internal OS data structure
and that you can see with netstat) are consumed whatsoever.
This might be a problem, since they increase the number of open
file (& connections). Remember that by default linux allows only
1024 open files.
A connection in state TIME_WAIT is closed (no further packets will
be sent and no packets except "wandering" packets are expected to
be received). Therefore there is no file descriptor associated to it.
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]