Re: How can I limit the number of thread that tomcat spawn for my servlet

2007-05-25 Thread Bill Barker
"Herman Schultz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > My understanding is tomcat will spawn a thread for each request to my > servlet. > How can I limit the number of thread that tomcat spawn for my servlet > simultaneously? > > And let say if I limit the simulate

Re: How can I limit the number of thread that tomcat spawn for my servlet

2007-05-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Herman, Herman Schultz wrote: > My understanding is tomcat will spawn a thread for each request to my > servlet. I think you might be misinterpreting this part of the spec. It just says that each request will be handled by a separate thread. That doe