mturk       2005/05/15 23:40:31

  Modified:    jk/xdocs changelog.xml index.xml
               jk/xdocs/config workers.xml
               jk/xdocs/news 20050101.xml
  Log:
  Add notes about 1.2.13 test release.
  
  Revision  Changes    Path
  1.32      +4 -0      jakarta-tomcat-connectors/jk/xdocs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- changelog.xml     15 May 2005 11:10:12 -0000      1.31
  +++ changelog.xml     16 May 2005 06:40:31 -0000      1.32
  @@ -26,6 +26,10 @@
     <subsection name="Native">
       <changelog>
         <update>
  +      Added lock directive for load balancer that allows more acurate
  +      load balancing in case of burst load. (mturk)
  +      </update>      
  +      <update>
         Added worker.maintain directive to allow customizing default 10
         second timeout. On busy servers this value needs to be set on
         higher value. (mturk)
  
  
  
  1.36      +10 -0     jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- index.xml 7 May 2005 10:29:52 -0000       1.35
  +++ index.xml 16 May 2005 06:40:31 -0000      1.36
  @@ -28,6 +28,16 @@
   <section name="Headlines">
   <br />
   <ul>
  +<li><a href="news/20050101.html#20050516.1">16 May 2005 - <b>JK-1.2.13 
released</b></a>
  +<p>The Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  +of Jakarta Tomcat Connectors 1.2.13 tarrbals for testing.
  +</p>
  +<p>Downlad the <a 
href="http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.13/jakarta-tomcat-connectors-1.2.13-src.tar.gz";>JK
 1.2.13 release sources</a>
  + | <a 
href="http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.13/jakarta-tomcat-connectors-1.2.13-src.tar.gz.asc";>PGP
 signature</a>
  +</p>
  +<p>Download the <a 
href="http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/";>binaries</a>
 for selected platforms.
  +</p>
  +</li>
   <li><a href="news/20050101.html#20050507.1">7 May 2005 - <b>JK-1.2.12 
released</b></a>
   <p>The Apache Jakarta Tomcat team is proud to announce the immediate 
availability
   of Jakarta Tomcat Connectors 1.2.12.
  
  
  
  1.19      +12 -0     jakarta-tomcat-connectors/jk/xdocs/config/workers.xml
  
  Index: workers.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/workers.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- workers.xml       15 May 2005 11:10:12 -0000      1.18
  +++ workers.xml       16 May 2005 06:40:31 -0000      1.19
  @@ -281,6 +281,18 @@
   </p>
   </directive>
   
  +<directive name="lock" default="Optimistic" required="false">
  +Specifies what lock method the load balancer will use for synchronizing
  +shared memory runtime data.
  +If lock is set to <b>O[ptimistic]</b> balancer will not use shared memory 
lock
  +to find the best worker. If set to <b>P[essimistic]</b> balancer will use
  +shared memory lock. The balancer will work more accurately in case of
  +Pessimistic locking, but can slow down the average response time.
  +<p>
  +This feature has been added in <b>jk 1.2.13</b>.
  +</p>
  +</directive>
  +
   <directive name="secret" default="" required="false">
   Set a default secret word for all defined workers. 
   See worker secret attribute description for more info.
  
  
  
  1.4       +19 -0     jakarta-tomcat-connectors/jk/xdocs/news/20050101.xml
  
  Index: 20050101.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20050101.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- 20050101.xml      7 May 2005 10:29:52 -0000       1.3
  +++ 20050101.xml      16 May 2005 06:40:31 -0000      1.4
  @@ -21,6 +21,25 @@
   </a>
   <hr size="1" noshade="noshade" />
   -->
  +<a name="20050516.1"> 
  +<h3>7 May - JK-1.2.13 released</h3>
  +<p>The Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  +of Jakarta Tomcat Connectors 1.2.13. This is development release and contains
  +few bug fixes found in 1.2.12 version.
  +</p>
  +<p>
  +We expect it to be ratified as a Stable release and to be re-tagged to 
1.2.14 version
  +within next two weeks.
  +</p>
  +<p>
  + Please see the <a href="../changelog.html">ChangeLog</a> for a full list of 
changes.
  +</p>
  +<p>If you find any bugs while using this release, please fill in the
  +<a 
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205";>Bugzilla</a>
  +Bug Report. When entering bug select <b>Native:JK</b> Component.
  +</p>
  +</a>
  +<hr size="1" noshade="noshade" />
   <a name="20050507.1"> 
   <h3>7 May - JK-1.2.12 released</h3>
   <p>The Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  
  
  

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

Reply via email to