> From: Andrew Miehs [mailto:[EMAIL PROTECTED] 
> Subject: Re: Tomcat 5.5 and keep-alive and http connector
> 
> Does tomcat
> a) Assign a connection to a single thread and only use this 
> thread for the connection until the connection is closed?
>    or
> b) Assign a request to a thread, and return the thread back 
> to a controlling thread on completion of the request?
> 
> My understanding is that the answer is 'A' except for the 
> case of NIO and Tomcat 6.

I believe you are correct, but I'd like to hear from Filip H to make
sure.

> BTW: The last thing I heard is that APR is still recommended 
> for performance and stability over TC 6 NIO - or do you have 
> any newer info?

I think the only significant performance difference is with SSL - the
OpenSSL package is noticeably faster than JCE.  I'm not aware of any
stability issues with either.

 - 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