We are running into a issue with our instances of Tomcat 3.3.1 and are wondering if you could shed some light.
One one machine, we have the thread settings at:
<Http10Connector port="8080"
secure="false"
maxThreads="400"
maxSpareThreads="50"
minSpareThreads="10" />
During our peak hours the number of java processes on this box only goes up to a max of 230 although the traffic at that time should cause the number to be higher. On all machines, during peak hours, our java threads hit 230 and don't go higher from there. Can you think of any reason why this might be or comment on the above server config line?
Thanks,
Sib
One one machine, we have the thread settings at:
<Http10Connector port="8080"
secure="false"
maxThreads="400"
maxSpareThreads="50"
minSpareThreads="10" />
During our peak hours the number of java processes on this box only goes up to a max of 230 although the traffic at that time should cause the number to be higher. On all machines, during peak hours, our java threads hit 230 and don't go higher from there. Can you think of any reason why this might be or comment on the above server config line?
Thanks,
Sib