Author: markt
Date: Thu May 3 13:42:09 2012
New Revision: 1333454
URL: http://svn.apache.org/viewvc?rev=1333454&view=rev
Log:
Whitespace police
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/ajp.xml
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1333454&r1=1333453&r2=1333454&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu May 3 13:42:09 2012
@@ -76,7 +76,7 @@
<changelog>
<scode>
Update default value of pollerThreadCount for the NIO connector.
- The new default value will never go above 2 regardless of
+ The new default value will never go above 2 regardless of
available processors. (fhanik)
</scode>
</changelog>
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1333454&r1=1333453&r2=1333454&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Thu May 3 13:42:09 2012
@@ -350,7 +350,7 @@
<p>Note that for APR/native on Windows, the configured value will be
reduced to the highest multiple of 1024 that is less than or equal to
maxConnections. This is done for performance reasons.<br/>
- If set to a value of -1, the maxConnections feature is disabled
+ If set to a value of -1, the maxConnections feature is disabled
and connections are not counted.</p>
</attribute>
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1333454&r1=1333453&r2=1333454&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Thu May 3 13:42:09 2012
@@ -385,7 +385,7 @@
<p>Note that for APR/native on Windows, the configured value will be
reduced to the highest multiple of 1024 that is less than or equal to
maxConnections. This is done for performance reasons.<br/>
- If set to a value of -1, the maxConnections feature is disabled
+ If set to a value of -1, the maxConnections feature is disabled
and connections are not counted.</p>
</attribute>
@@ -610,11 +610,11 @@
<p>(int)The number of threads to be used to run for the polling events.
Default value is <code>1</code> per processor up to and including
version 7.0.27.
Default value as of version 7.0.28 is <code>1</code> per processor but
not more than 2.<br/>
- When accepting a socket, the operating system holds a global lock. So
the benefit of
- going above 2 threads diminishes rapidly. Having more than one thread
is for
- system that need to accept connections very rapidly. However usually
just
- increasing <code>acceptCount</code> will solve that problem.
- Increasing this value may also be beneficial when a large amount of
send file
+ When accepting a socket, the operating system holds a global lock. So
the benefit of
+ going above 2 threads diminishes rapidly. Having more than one thread
is for
+ system that need to accept connections very rapidly. However usually
just
+ increasing <code>acceptCount</code> will solve that problem.
+ Increasing this value may also be beneficial when a large amount of
send file
operations are going on.
</p>
</attribute>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]