Peter Brandt-Erichsen typed the following on 03:17 PM 12/23/2000 -0800
>What if you configured a servlet
>to the SingleThreadModel, would
>Tomcat still create a thread pool to
>execute this servlet?

Probably, because the threads are most likely created by the container,
without regard to the configuration of individual servlets. SingleThread
will either cause all the threads to block in order to access the servlet,
or Tomcat will create multiple instances of the servlet to handle multiple
requests simultaneously. 4.0 does the former - only one servlet will be
created, but all the threads will still be created.

Kief

---
Kief Morris
Director of Technology
bitBull Ltd. http://www.bitBull.com
phone +44 020 7598 9938 
fax  +44 020 7460 4081


Reply via email to