Network connection on Linux
Posted
by
Kevin
on Server Fault
See other posts from Server Fault
or by Kevin
Published on 2012-10-31T22:03:05Z
Indexed on
2012/10/31
23:03 UTC
Read the original article
Hit count: 191
A general question about network connection on Linux : once a network connection goes into time_wait, is it still tied to the process ? Does it still use resources like say filehandle ?
Reason I ask is because once it goes into time_wait, lsof does not report it anymore. I guess that means that the network connection is no longer tied to the process and hence does not count against filehandle limit. Would like to confirm though.
© Server Fault or respective owner