| Author |
How to calculate the Number of Hit tomcat can take
|
Sivaraman Lakshmanan
Ranch Hand
Joined: Aug 02, 2003
Posts: 231
|
|
Hi all, I have a defined set of configuration like I install Tomcat 4.1 in a linux box with 2gb ram, with 1 processer etc. I have a web application which is not very complex in nature deployed in it. Given this configuration, how do I calculate the number of Hits that my tomcat can take. Is there any thumb rule to calculate this. Tomcat gurus please advice Regards, Sivaraman.L
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
By default, Tomcat is configured to handle 75 threads at a time. You would need to load test your app to find this out.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: How to calculate the Number of Hit tomcat can take
|
|
|