I also facing similiar issues and what I'm noting is that almost every question is either about tomcat's perfomance and optimization or minimal setup. It woul be wonderful if exists some sort of tutorial or best pratices about that point...
I'll track this thread too... 2012/10/23 Charles Richard <charle...@thelearningbar.com> > 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 >