Hello,

How many threads tomcat with APR and without APR uses to handle
keep-alive connections? 

As I understand tomcat without APR uses 1 thread per keep-alive
connection as tomcat does not use NIO.

APR may use epoll to handle keep-alive connections
http://tomcat.apache.org/tomcat-5.5-doc/apr.html

I guess this means 1 thread per ALL keep-alive.
Is that true?

I have not found any additional documentation.

There is nothing said about SSL keep-alive connections also.

-- 
Best regards,
 dima                          mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
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