Skip to main content

Diigo Home

Apache Tomcat Configuration Reference - The HTTP Connector - The Diigo Meta page

tomcat.apache.org/...http.html - Cached - Annotated View

Kenyth Zeng's personal annotations on this page

kenyth
Kenyth bookmarked on 2009-05-18 config http tomcat reference doc comet
  • If the PATH(Windows) or LD_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.

  • 27 Oct 09
  • 18 May 09
    • If the PATH(Windows) or LD_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...