Li Ma wrote:
We are deploying a web-based project to Tomcat 5.5. We are doing some load
testing now. But the load testing failed after concurrent connection reaches
about 80 to 100. I think it is not a big number at all.Our server(a linux
box) where Tomcat is running has 1G memory and set maxheap of Tomcat to 1G
too.
I want to ask what is yor experience using Tomcat to host a large web
project? How many concurrent user are supported in your case? Is there
anyway(guideline) to configure Tomcat to allow it support more concurrent
user?
Thanks!
--
Li Ma
[EMAIL PROTECTED]
Li,
The problem you are encountering is probably a servlet threading issue,
I have created a throttle that will control the number of threads that
are created for the client request.
What is the error ? out of Memory or is it that the machine doesn't have
anymore resources to create ne request, anyways by the use of a throttle
say set to 50, this would allow only 50 request to be executed at a time
and the other request would be put it a wait state, let me know if you
want to look at the code.
Don
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]