cziegeler 01/11/22 04:26:12
Modified: webapp Tag: cocoon_20_branch cocoon.xconf
Log:
Added alternative to cachingstreampipeline
Revision Changes Path
No revision
No revision
1.7.2.29 +2 -1 xml-cocoon2/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
retrieving revision 1.7.2.28
retrieving revision 1.7.2.29
diff -u -r1.7.2.28 -r1.7.2.29
--- cocoon.xconf 2001/11/09 07:19:09 1.7.2.28
+++ cocoon.xconf 2001/11/22 12:26:12 1.7.2.29
@@ -324,7 +324,8 @@
<!-- Stream Pipeline:
Either collects a Reader and lets it produce a character stream
or connects an EventPipeline with a Serializer and lets them produce
- the character stream.
+ the character stream. Alternatives to CachingStreamPipeline are:
+ <stream-pipeline
class="org.apache.cocoon.components.pipeline.NonCachingStreamPipeline"/>
-->
<stream-pipeline
class="org.apache.cocoon.components.pipeline.CachingStreamPipeline"
pool-max="32" pool-min="16" pool-grow="4"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]