Kenyth Zeng's personal annotations on this page
Kenyth bookmarked
on 2009-05-18
-
If the
PATH(Windows)orLD_LIBRARY_PATH(on most unix system)
environment variables contain the Tomcat native library, the APR connector
will automatically be configured. -
The default value is to use the value that has been set for the
connectionTimeout attribute. -
Generally, using the executor yields a little bit slower performance, but yields a better
fairness for processing connections in a high load environment as the traffic gets queued through a
FIFO queue. -


Java Blocking Connector Java Nio Blocking Connector APR Connector
Classname Http11Protocol Http11NioProtocol Http11AprProtocol
Tomcat Version 3.x 4.x 5.x 6.x 6.x 5.5.x 6.x
Support Polling NO YES YES
Polling Size N/A Unlimited - Restricted by mem Unlimited
Read HTTP Request Blocking Blocking Blocking
Read HTTP Body Blocking Blocking Blocking
Write HTTP Response Blocking Blocking Blocking
SSL Support Java SSL Java SSL OpenSSL
SSL Handshake Blocking Non blocking Blocking
Max Connections maxThreads See polling size See polling size
This link has been bookmarked by 4 people . It was first bookmarked on 14 Apr 2008, by someone privately.
-
-
If the
PATH(Windows)orLD_LIBRARY_PATH(on most unix system)
environment variables contain the Tomcat native library, the APR connector
will automatically be configured. -
The default value is to use the value that has been set for the
connectionTimeout attribute. - 2 more annotations...
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.