you wanna support 700 concurrent connections on 150 threads?
maxThreads==max number of concurrent connections
but in your case, put in a profiler, and that will tell you very quickly
what is causing the CPU spikes.
Filip
opensta wrote:
One more Question ::
for Tomcat config file these are default settings ::
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false"
redirectPort="8443"
acceptCount="100"
connectionTimeout="20000"
disableUploadTimeout="true"
how i should set maximum values because , many times it happens client
get page can not be displyed message
this hapens when there is load of 700 concurrent users ,,
is it due to concurrency ? what should be accept count ?? or those theads ?
i am using linux machines for server
how to go for those configurations ? please suggest ,
--
View this message in context:
http://www.nabble.com/Performance-issue-with-Tomcat-5.0-t1442675.html#a3897750
Sent from the Tomcat - User forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]