I'm doing performance testing of an application for Tomcat 3.2.1. Basically
a client application accesses a service running in Tomcat/Jboss using SOAP.

I have a test client that generates X number of threads to access the
URL/Tomcat port(8080).

The problem is that when X is greater than 15, I get connection refused.
After more testing, I found that there seems to be a maximum of 15
connections per second limit. I don't think this is true, but the behavior
seems to support this theory.

I used the same test client to access the apache port and it supports
hundreds of simultaneous connections.

Is there some configuration I need to change? Is this a know limit?

Any help would be appreciated.
Han

Reply via email to