> From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] 
> Subject: Re: Performance tricks with multiple tomcat instances
> 
> Tomcat APR will use one thread per connection. but APR also has non 
> blocking option.

Does Tomcat use the non-blocking option?  (I haven't looked at the APR
code at all.)

> maxKeepAliveRequests=1 --> keep alive false, and it will close the 
> connection. It might still keep the thread alive depending on your 
> maxSpareThreads setting.

Yes, I should have been more precise - I meant return the thread to the
pool.

Thanks for the information.

 - 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to