[jboss-user] [JBoss Web Services Users] - Re: WS client reuse http connection

2009-12-11 Thread cdebergh
Figured it out. The http.maxConnection settings is not a limit on the total connections but rather the maximum connections to keep open after they were used. In my case I consistently have 10 simultaneous requests. So 10 would open, 5 would close, 5 more would open, 5 more would close, and so

[jboss-user] [JBoss Web Services Users] - Re: WS client reuse http connection

2009-12-09 Thread cdebergh
I've discovered the http.maxConnections property for JAX-WS. I understand the default is 5 connections, but I am confused as to why my JAX-WS client is opening more that 5 socket connections if there is a max and http.keepAlive is true? If anyone could point me in the right direction or let me