Re: sockets not closed

2011-06-06 Thread Patrick Duflot
Hi, I also noticed this behaviour. I could work around the issue by creating / deleting the axis2_svc_client object inside the while loop. Cheers On Wed, May 11, 2011 at 12:50 PM, sebastien wrote: > Hi, > > I am using axis2-C to create a web service client on Windows. > > After each request-

sockets not closed

2011-05-11 Thread sebastien
Hi, I am using axis2-C to create a web service client on Windows. After each request-response, I have observed that: - in windows Task Manager, the number handles is increased with 3 units - with netstat -a, I see a lot of sockets in state TIME_WAIT or CLOSE_WAIT Below is the way that I s