Hi guys, After sending some requests to the xmlrpc server, i have found lots of connection in CLOSE_WAIT state using netstat command on the machine running the server. I have found that CLOSE_WAIT connection state means that the program has not closed the connection.
And therefore, I wonder if you have had also similar problems that I have and how could I make sure that the connection is closed after the request is served to the client? Thank you! Wangdu