Stress-testing the client

2002-03-12 Thread Greg Weinger
I have found a very peculiar behavior when heavily stressing the Axis client library.    After around 950 consecutive calls, I start to get a “java.net.ConnectException: Operation timed out: connect”    The strange thing is that the service side is fine.  If I stop the client and run it

RE: Stress-testing the client

2002-03-13 Thread Greg Weinger
> From: Nelson Minar [mailto:[EMAIL PROTECTED]] > >After around 950 consecutive calls, I start to get a > >"java.net.ConnectException: Operation timed out: connect" > > The underlying problem is usually forgetting to call close() on the > appropriate resource. Thanks so much, that's the insight