froehlich    02/01/27 05:15:21

  Modified:    src/webapp cocoon.xconf
  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.11      +3 -15     xml-cocoon2/src/webapp/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- cocoon.xconf      16 Jan 2002 11:12:54 -0000      1.10
  +++ cocoon.xconf      27 Jan 2002 13:15:20 -0000      1.11
  @@ -25,6 +25,8 @@
     -->
     <parser logger="core.parser"/>
   
  +  
  +  <!-- ============================ STORE ============================ -->
     <!-- Storing:
       maxobjects: Indicates how many objects will be hold in the cache.
                   When the number of maxobjects has been reached. The
  @@ -66,21 +68,7 @@
        <parameter name="cleanupthreadinterval" value="10"/>
        <parameter name="threadpriority" value="5"/>
     </store-janitor>
  -
  -  <!-- Filesystem Queue
  -    The Filesystem Queue is the central queue for writing objects onto
  -    the filesystem:
  -      handlerinterval = How often (seconds) is the queue checked for new objects
  -      threadpriority = The priority of the Handler Thread
  -      maxobjects = Defines the maximum numbers of objects in the queue.
  -                   If the queue is full no objects can be inserted.
  -  -->
  -  <filesystem-queue class="org.apache.cocoon.components.store.FilesystemQueueImpl"
  -                    logger="core.filesystem-queue">
  -    <parameter name="handlerinterval" value="10"/>
  -    <parameter name="threadpriority" value="5"/>
  -    <parameter name="maxobjects" value="100"/>
  -  </filesystem-queue>
  +  <!-- ============================ STORE END ========================= -->
   
     <!-- XSLT Processor:
       For Xalan: Turn 'incremental-processing' to true if you want a continous output 
(if set to false the transformer 
  
  
  

----------------------------------------------------------------------
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