As I recall (without looking at the code), Coyote will create instances for
the mininal number of threads.  However they won't show up in 'ps' until
they are actually needed, since the 'run' method won't be called until then.

"Chris Halstead" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to