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-
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