geirm       01/03/30 21:40:13

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  changes...
  
  Revision  Changes    Path
  1.20      +14 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml       2001/03/29 22:17:47     1.19
  +++ changes.xml       2001/03/31 05:40:13     1.20
  @@ -51,6 +51,20 @@
       <li>
          Removed build.compiler from the build.xml file. (JSS)
       </li>
  +    <li>
  +       Fixed problem found by jon where high concurrency would lead to 
  +       a dry parser pool, which would lead to vast unpleasantness masked
  +       as resource access errors.  All seems to be better now.  Simple
  +       fix, so little risk.  (gmj)
  +    </li>
  +    <li>
  +       Added <code>parser.pool.size</code> as a configuration parameter to
  +       help tune Velocity configurations for high concurrency loads. (gmj)
  +    </li>
  +    <li>
  +       Documentation : developers-guide - information/example on making a
  +       custom logger, and start of work on documenting resource loaders. (gmj)
  +     </li>
   </ul>
   
   </subsection>
  
  
  
  1.20      +14 -0     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.html      2001/03/29 22:17:46     1.19
  +++ changes.html      2001/03/31 05:40:13     1.20
  @@ -154,6 +154,20 @@
       <li>
          Removed build.compiler from the build.xml file. (JSS)
       </li>
  +    <li>
  +       Fixed problem found by jon where high concurrency would lead to 
  +       a dry parser pool, which would lead to vast unpleasantness masked
  +       as resource access errors.  All seems to be better now.  Simple
  +       fix, so little risk.  (gmj)
  +    </li>
  +    <li>
  +       Added <code>parser.pool.size</code> as a configuration parameter to
  +       help tune Velocity configurations for high concurrency loads. (gmj)
  +    </li>
  +    <li>
  +       Documentation : developers-guide - information/example on making a
  +       custom logger, and start of work on documenting resource loaders. (gmj)
  +     </li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  

Reply via email to