Concurrency Problems

2002-10-01 Thread Tomcat Forum
Hi Everybody, Iam having some problems with simutaneous users on the Tomcat 4.0 server. I have made a java client for testing Tomcat with multiple users. This client makes multiple threads with each requesting login and then some page from the tomcat server. But if I send more than 25

Re: Concurrency Problems

2002-10-01 Thread Nick Sharples
Tomcat Forum writes: Iam having some problems with simutaneous users on the Tomcat 4.0 server. I have made a java client for testing Tomcat with multiple users. This client makes multiple threads with each requesting login and then some page from the tomcat server. But if I send

Re: Concurrency Problems

2002-10-01 Thread peter lin
it all depends on the hardware, webapp and a whole bunch of other things. the best way to find out is to stress test it with varying level of threads, preferably increased in regular increments. once you get a baseline, you can then try increasing the max processors in server.xml and repeat

Re: Concurrency Problems

2002-10-01 Thread David Mossakowski
I believe that this is controlled by the maxProcessors in the Connector element in your server.xml file d. Tomcat Forum wrote: Hi Everybody, Iam having some problems with simutaneous users on the Tomcat 4.0 server. I have made a java client for testing Tomcat with multiple users.