yoavs       2004/05/27 09:08:51

  Modified:    webapps/docs/config http.xml
  Log:
  Added doc for threadPriority attribute 
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28914).
  
  Revision  Changes    Path
  1.10      +9 -0      jakarta-tomcat-catalina/webapps/docs/config/http.xml
  
  Index: http.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/http.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- http.xml  19 Feb 2004 21:22:00 -0000      1.9
  +++ http.xml  27 May 2004 16:08:51 -0000      1.10
  @@ -8,6 +8,7 @@
   
     <properties>
       <author email="[EMAIL PROTECTED]">Craig R. McClanahan</author>
  +    <author email="[EMAIL PROTECTED]">Yoav Shapira</author>
       <title>The HTTP Connector</title>
     </properties>
   
  @@ -284,6 +285,14 @@
         <p>If set to <code>true</code>, the TCP_NO_DELAY option will be
         set on the server socket, which improves performance under most
         circumstances.  This is set to <code>true</code> by default.</p>
  +    </attribute>
  +
  +    <attribute name="threadPriority" required="false">
  +      <p>The priority of the request processing threads within the JVM.
  +      The default value is <code>java.lang.Thread#NORM_PRIORITY</code>.
  +      See the JavaDoc for the java.lang.Thread class for more details on
  +      what this priority means.
  +      </p>
       </attribute>
   
     </attributes>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to