froehlich    02/01/27 05:15:37

  Modified:    .        changes.xml
  Log:
  you'll hate me for that but had to change some things, because
  there were too much issues with that:
  a) changed the swapping algorithm. Objects are only written to fs
  method in the free() method of the MRUMemoryStore
  b) therefore no need of the FilesystemQueue. Because there were
  much less writing to fs.
  c) removed the configuratioin section in the cocoon.xconf file
  d) add "isDebugEnabled()"
  
  Revision  Changes    Path
  1.76      +7 -1      xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- changes.xml       17 Jan 2002 03:51:38 -0000      1.75
  +++ changes.xml       27 Jan 2002 13:15:37 -0000      1.76
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.75 2002/01/17 03:51:38 vgritsenko Exp $
  +  $Id: changes.xml,v 1.76 2002/01/27 13:15:37 froehlich Exp $
   -->
   
   <changes title="History of Changes">
  @@ -14,6 +14,7 @@
     <person name="Donald Ball" email="[EMAIL PROTECTED]" id="DB"/>
     <person name="Ross Burton" email="[EMAIL PROTECTED]" id="RB"/>
     <person name="David Crossley" email="[EMAIL PROTECTED]" id="DC"/>
  +  <person name="Gerhard Froehlich" email="[EMAIL PROTECTED]" id="GF"/>
     <person name="Pierpaolo Fumagalli" email="[EMAIL PROTECTED]" id="PF"/>
     <person name="Vadim Gritsenko" email="[EMAIL PROTECTED]" id="VG"/>
     <person name="Christian Haul" email="[EMAIL PROTECTED]" id="CH"/>
  @@ -30,6 +31,11 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +   <action dev="GF" type="fix">
  +   Fixed performance issues in the Store implementation:
  +   a) removed the FilesystemQueueImpl, one thread less now b) changed swapping 
  +   alghorithm in the MRUMemoryStore towards less serialization.
  +  </action>
     <action dev="VG" type="update">
       Perform substitution in the sitemap only when it is required (improves
       performace).
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to