> From: Fredrik Tolf [mailto:[EMAIL PROTECTED]
> Subject: Re: Blocking threads in Tomcat
>
> There's no way I could be doing any such thing unknowingly,
> such as it being the default, right?

No, single-thread is not the default.

> When, on the other hand, I'm running two requests to "/ls"
> simultaneously, there is only one thread from the pool in
> the doGet function.

Any chance the client (or some overly helpful anti-DOS firewall) is serializing 
requests to a common URL?  Try running a Wireshark trace on the client to see 
when the requests are actually being sent.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to