Hi,

I'm testing performance of our Java application in Tomcat (6.0.30) and we
have maxThreads set to 750.  I noticed that when i did a netstat -an | grep
my_ajp_port, i saw around 860 connections.  Wanting to know what was
happening, I did a jstack of my tomcat pid and inspected the track with
Samurai.

I was expecting to see > 750 Worker Threads in my stack since some extra
worker threads are needed by Tomcat.  What i saw was around 60 worker
threads in the trace.

Any suggestions/ideas on why that would be?

Cheers,
Charles

Reply via email to