Re: Capacity Planning Turk's Formula

2013-01-17 Thread yogesh hingmire
Folks, I was reading this article by Mladen Turk from the FAQ section on TomCat Performance Capacity Planning http://people.apache.org/~mturk/docs/article/ftwai.html It says, “To get most out of Tomcat you should limit the number of concurrent requests to 200 per CPU. So we can come

Re: Capacity Planning Turk's Formula

2013-01-17 Thread yogesh hingmire
Chuck and others, How do you think capacity planning should be approached ? Say for eg : I have x number of concurrent users to service with an avg response time of y etc.. Please help. Thank You, Yogesh On Thu, Jan 17, 2013 at 12:08 PM, yogesh hingmire yogesh.hingm...@gmail.com wrote:

Re: Capacity Planning Turk's Formula

2013-01-17 Thread Pid
On 17/01/2013 18:08, yogesh hingmire wrote: Folks, I was reading this article by Mladen Turk from the FAQ section on TomCat Performance Capacity Planning http://people.apache.org/~mturk/docs/article/ftwai.html It says, “To get most out of Tomcat you should limit the number of

RE: Capacity Planning Turk's Formula

2013-01-17 Thread Caldarale, Charles R
From: yogesh hingmire [mailto:yogesh.hingm...@gmail.com] Subject: Re: Capacity Planning Turk's Formula How do you think capacity planning should be approached ? The _only_ way is to actually benchmark your application(s). Tomcat itself adds very little overhead, so it really depends