Anand,

As others will surely tell you, there is something amiss in your application that spawns threads. However, the maximum number of threads Tomcat will handle is somewhere about 2400. So, if you are getting an error at 1000 threads, look somewhere else.

Stephen Caine
Soft Breeze Systems, LLC

On Apr 21, 2009, at 7:34 AM, connossieur wrote:


Hi,

I am using Tomcat 6.0.9 with the following server.xml config file:

The Java version I am using is JDK1.6.0_06.
The problem is with the tomcat web app being used for a load test at 200 messages/sec. The application runs well enough for half an hour but after that time, the CPU consumption is maximum and idle is 0. Also, there are more than 1000 threads even if I have configured the maximum threads to be
70 in the configuration. There is no problem in the application code.

Where can be the problem in the Tomcat?
Thanks,
Anand
--
View this message in context: 
http://www.nabble.com/Problem-with-maximum-threads-tp23154175p23154175.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to