I looked through the code to see how ConnectorThreadPool and DefaultThreadPool are actually used. It seems that ConnectorThreadPool is used by org.apache.geronimo.connector.work.GeronimoWorkManagerGBean in JCA, and DefaultThreadPool is used by Jetty and System-database. So their names are misleading in some sense. You cannot expect that the ConnectorThreadPool has any link with Tomcat's web connector. Hope this helps.
-Jack 2009/3/12 jklcom99 <[email protected]> > > I'm running 3/2/09 2.1.4-SNAPSHOT. > > Geronimo console is reporting zero usages for both ConnectorThreadPool and > DefaultThreadPool even with our application running. > > ConnectorThreadPool is set to 30 Max > DefaultThreadPool is set to 200 min and 500 max > > > Thank you > > -- > View this message in context: > http://www.nabble.com/Geronom-2.1.4%2C-Thread-Pools-are-reporting-zero-usage-tp22461310s134p22461310.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >
