Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml?rev=1516628&r1=1516627&r2=1516628&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Thu Aug 22 21:45:54 2013 @@ -778,13 +778,6 @@ connections. This is a synonym for maxConnections.</p> </attribute> - <attribute name="pollerThreadCount" required="false"> - <p>Number of threads used to poll kept alive connections. On Windows the - default is chosen so that the sockets managed by each thread is - less than 1024. For Linux the default is 1. Changing the default on - Windows is likely to have a negative performance impact.</p> - </attribute> - <attribute name="pollTime" required="false"> <p>Duration of a poll call in microseconds. Lowering this value will slightly decrease latency of connections being kept alive in some cases, @@ -803,13 +796,6 @@ specified amount. The default value is 1024.</p> </attribute> - <attribute name="sendfileThreadCount" required="false"> - <p>Number of threads used service sendfile sockets. On Windows the - default is chosen so that the sockets managed by each thread is - less than 1024. For Linux the default is 1. Changing the default on - Windows is likely to have a negative performance impact.</p> - </attribute> - <attribute name="threadPriority" required="false"> <p>(int)The priority of the acceptor and poller threads. The default value is <code>5</code> (the value of the
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org