when I using gsoap with vc to develop client,while using C# to develop web service.I found when the client call the same web method many times(100000), the the number of connection in server(webservice developed by C#) increase rapidly. the status of the connections is all "wm_close"(all closed) ,the the number of the connection is high. and the server refused to be connected. about two minute later, these connections were released. but when using client developed by C#, this Problem is not appeared. the number of the connections in server is not increased. Is some parameters wrong? Tanke for your help!