froehlich 01/12/21 02:15:06
Modified: webapp cocoon.xconf
Log:
removed event-cache and stream-cache roles. store role is now the only
memory store instance.
Revision Changes Path
1.47 +0 -22 xml-cocoon2/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- cocoon.xconf 2001/12/21 03:29:56 1.46
+++ cocoon.xconf 2001/12/21 10:15:06 1.47
@@ -377,17 +377,6 @@
<stream-pipeline
class="org.apache.cocoon.components.pipeline.CachingStreamPipeline"
pool-max="32" pool-min="16" pool-grow="4"/>
- <!-- Caching of stream pipeline:
- maxobjects: Indicates how many objects will be hold in the cache.
- When the number of maxobjects has been reached. The
- last object in the cache will be thrown out.
- filesystem: Turns the filesystem storage for objects on or off.
- -->
- <stream-cache class="org.apache.cocoon.components.store.MRUMemoryStore">
- <parameter name="maxobjects" value="100"/>
- <parameter name="filesystem" value="true"/>
- </stream-cache>
-
<!-- Event Pipeline:
Connects the generator and the various transformers and produces a
character stream. Alternatives to CachingEventPipeline are:
@@ -397,17 +386,6 @@
-->
<event-pipeline class="org.apache.cocoon.components.pipeline.CachingEventPipeline"
pool-max="32" pool-min="16" pool-grow="4"/>
-
- <!-- Caching of event pipeline:
- maxobjects: Indicates how many objects will be hold in the cache.
- When the number of maxobjects has been reached. The
- last object in the cache will be thrown out.
- filesystem: Turns the filesystem storage for objects on or off.
- -->
- <event-cache class="org.apache.cocoon.components.store.MRUMemoryStore">
- <parameter name="maxobjects" value="100"/>
- <parameter name="filesystem" value="true"/>
- </event-cache>
<!-- Compiling xml to byte streams.
The xml-serializer "compiles" xml sax events into a byte stream
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]