You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pe...@apache.org on 2007/01/06 15:36:23 UTC

svn commit: r493481 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/ajp.xml config/http.xml

Author: pero
Date: Sat Jan  6 06:36:23 2007
New Revision: 493481

URL: http://svn.apache.org/viewvc?view=rev&rev=493481
Log:
Add backlog attribute to ChannelSocket and change default value at docs.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml
    tomcat/container/tc5.5.x/webapps/docs/config/http.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=493481&r1=493480&r2=493481
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sat Jan  6 06:36:23 2007
@@ -187,6 +187,10 @@
   </subsection> 
   <subsection name="Coyote">
     <changelog>
+      <fix>
+        <bug>38332</bug>: Add backlog attribute to ChannelSocket as provided by
+         Takayoshi Kimura. (pero)
+      </fix>
       <update>
         Backport packetSize feature from Tomcat 6.0.x at standard coyote AJP Jk handler. (pero)
       </update>

Modified: tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml?view=diff&rev=493481&r1=493480&r2=493481
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml Sat Jan  6 06:36:23 2007
@@ -203,7 +203,7 @@
       <p>The maximum queue length for incoming connection requests when
       all possible request processing threads are in use.  Any requests
       received when the queue is full will be refused.  The default
-      value is 10.</p>
+      value is 100.</p>
     </attribute>
 
     <attribute name="bufferSize" required="false">

Modified: tomcat/container/tc5.5.x/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/http.xml?view=diff&rev=493481&r1=493480&r2=493481
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/http.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/http.xml Sat Jan  6 06:36:23 2007
@@ -196,7 +196,7 @@
       <p>The maximum queue length for incoming connection requests when
       all possible request processing threads are in use.  Any requests
       received when the queue is full will be refused.  The default
-      value is 10.</p>
+      value is 100.</p>
     </attribute>
 
     <attribute name="address" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org