Derrick Koes wrote:
Does the APR keep-alive poller have any effect if AJP (native jk
connector so that web server can be used) is *not* used?

Yes, there is Http11AprProcessor and Http11AprProtocol classes.
In case of http the socket is put in the poller during
connection Keep-Alive stage. This allows to handle larger
number of connections with the same number of worker threads,
because during Keep-Alive the thread is reused to serve other
pending requests.

Regards
--
^(TM)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to