Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网络服务器被大量的 tcp CLOSE_WAIT 阻塞。我重新启动 httpd,服务器再次开始正常运行。但在半天之内,它减速到停止。我做了一个netstat,看到了很多CLOSE_WAITS。这是预期的行为还是有问题?我该如何解决这个问题?
netstat
CLOSE_WAITS
Its meant to be like that Apache should be reusing when it needs, It may not be the cause of slow downs. What are you serving ? And if its dynamic how are you serving it ? (CGI / Apache Module etc )