Hello Axis users,

I'm running preliminary tests on AXIS's ability to handle concurrent
accesses, and am puzzled by an apparent fixed point where connections would
be refused. At around 18-19 concurrent access to a simple web service, there
would be:

java.net.ConnectException: Connection refused: connect

I'm running Axis beta2 and Tomcat4.0.3 on Windows2k

I've modified Tomcat's server.xml's connector acceptCount to 100, and
minProcessors to 50 (so theoretically, there would be 50 threads waiting to
handle request?)

Is there any other properties I have to set somewhere? Shouldn't the
requests just be queue'd up by tomcat if it can't be handled? I'm not sure
what's happening and the logs don's say much. Is this a Tomcat problem?

I'm using a simple client that basically creates n threads, each thread
making the same request to the same service. at n>18, there will be the
connection problem.

Thanks,
Han
[EMAIL PROTECTED]

Reply via email to