Hi,
  No. It synchronizes the calls to the service method (see Craig McLanahan's
post from 2nd of March). That tomcat properly implements SingleThreadModel
should be easy to verify by generating a unique id for each of your requests and
tracing their execution.
Andrew

On Fri, 09 Mar 2001, you wrote:
> Hello,
> 
> I am testing the SingleThreadModel. My test way was to write a servlet which will 
>take 3 minutes to process a request. Then I opened serveral browsers to send requests 
>almost in the same time. Form the responses, I found out that all the responses were 
>generated by the same servlet instance. 
> 
> Does Tomcat3.2.1 use a servlet pool in SingleThreadModel? If my test mehod is wrong?
> 
> Best Regards
> Zou Hua
-- 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to