Tag: Server Load

How to fix server load caused by many CLOSE_WAIT connections on CentOS Linux

Sometimes, you might face a problem when you have a huge load on a server caused by an opened TCP connections which stay for a long time. Actually it happens when the application does not send proper close signal to the opened socket connection. It might be faulty issue or made intentionally.