web client running out of ports! (timeout exception)

2005-11-29 Thread Magyar, Bence
Hello, I noticed some strange behavior the other day while load testing my simple web service. First, my environment: I am running Apache Tomcat 5.5.12 with Axis 1.3 on an XP box. I've used Java2WSDL and WSDL2Java to generate the necessary bindings. I used the generated .wsdd file to deploy

RE: web client running out of ports! (timeout exception)

2005-11-29 Thread Magyar, Bence
? B.M Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Magyar, Bence [mailto:[EMAIL PROTECTED] Subject: web client running out of ports! (timeout exception) Every time I call a method, my java client opens a new port! If I'm understanding the problem correctly, I don't see

RE: web client running out of ports! (timeout exception)

2005-11-29 Thread Caldarale, Charles R
From: Magyar, Bence [mailto:[EMAIL PROTECTED] Subject: RE: web client running out of ports! (timeout exception) Shouldn't I be getting persistent, reusable connections as the default with HTTP/1.1? I'm sure you are - but it's the client's responsibility to reuse them; all the server has