cziegeler 01/11/22 04:26:31
Modified: webapp cocoon.xconf
Log:
Added alternative to cachingstreampipeline
Revision Changes Path
1.41 +2 -1 xml-cocoon2/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- cocoon.xconf 2001/11/08 19:40:37 1.40
+++ cocoon.xconf 2001/11/22 12:26:31 1.41
@@ -362,7 +362,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]