Hi folks,

Please could someone help to clarify?

Is this how I remove stylesheet caching?

  <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" 
logger="core.xslt-processor">
   <parameter name="use-store"              value="false"/>
   <parameter name="incremental-processing" value="true"/>
  </xslt-processor>

Does the following remove the caching from all of my sitemap pipelines 
(including xslt)? Or is something more subtle going on?

  <stream-pipeline 
class="org.apache.cocoon.components.pipeline.NonCachingStreamPipeline" 
logger="core.stream-pipeline"/>

  <event-pipeline 
class="org.apache.cocoon.components.pipeline.NonCachingEventPipeline" 
logger="core.event-pipeline"/>

Should I use both of these together, or is there a case for using just one of them?

When do I have a 'stream pipeline' and when do I have an 'event pipline'?

Can I control the caching of pipelines/components individually?

How can I tell what effect if any these settings have on memory consumption?

Any advice very welcome - thanks,

Peter

<MySystem> Gateway G6-350 (392,612k RAM), NT4.0sp6, jdk-1.3.1, tomcat-4.0.1, 
cocoon2.0.2-dev, NS Nav 4.7, NS 6.1, IE 5.0, </MySystem>




---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to