服务器高并发下出现大量的time wait的解决办法

1. 使用主动关闭:

  shutdown

2.使用连接池:

  connect pool

3.设置内核参数(不建议)

  1. sysctl -w net.ipv4.tcp_tw_reuse=1
  2. sysctl -w net.ipv4.tcp_tw_recycle=1



 

posted @ 2015-12-07 10:00  smallmaple  阅读(1236)  评论(0编辑  收藏  举报