Hi, I'm pretty sure, looking at the code, that the threads are pre-created and initialized, but not run. So they won't show up until needed, that is, until requests come in. Did you try this with a full load test and the threads still didn't show?
Also, how are you checking? Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Chris Halstead [mailto:[EMAIL PROTECTED]] >Sent: Saturday, November 16, 2002 9:15 PM >To: [EMAIL PROTECTED] >Subject: Unexpected results for minProcessors setting > >I'm working with Tomcat 4.1.12 on Solaris 8, using JDK 1.4.1_01. > >I created a minimal config in server.xml with a single Coyote HTTP/1.1 >connector. > >No matter what I set minProcessors to (1, 20, 100), the number of threads >in >the thread pool is constant. This is not the behaviour I expected. Is it >normal? I also tried with JDK 1.3.1 and got the same results. > >-chris > > >-- >To unsubscribe, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
