在进程的netstat中使用TIME_WAIT

使用我的Web服务器进程的netstat时,TIME_WAIT有什么意义? 我确定Web服务器没有被过载。

tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 15655/apache2 tcp 0 0 xxxx:80 123.125.66.35:19667 SYN_RECV - tcp 0 0 xxxx:80 113.138.59.140:12186 TIME_WAIT - tcp 0 0 xxxx:80 66.249.67.121:59493 ESTABLISHED 23702/apache2 tcp 0 0 xxxx:80 69.28.51.206:40652 TIME_WAIT - tcp 0 0 xxxx:80 221.126.149.99:51877 TIME_WAIT - tcp 0 0 xxxx:80 221.126.149.99:51872 TIME_WAIT - tcp 0 0 xxxx:80 123.125.66.19:13084 TIME_WAIT - 

这里有一篇文章,我经常提到人们问这个问题。 http://antmeetspenguin.blogspot.com/2008/10/timewait-in-netstat.html

总之 – 这可能很复杂。 那篇文章中有很多很好的资料,但是请阅读。