> From: Sternath Elmar [mailto:[EMAIL PROTECTED]]
> 
> Hello,
> 
> I wrote an application reading data from another application server
and
> sending requests to this application server which manipulate these
data and
> reread the manipulated data. All this is done inside one pipeline
using
> URLMatchers. CIncludeTransformer is used to concatenate multiple input
> streams. Reading and Re-Reading is exactly the same pipeline match. As
reading
> of the data is time-consuming I only want to get data from the server
after a
> manipulating request. Any suggestions for a caching strategy, maybe by
> extension of the CachingCIncludeTransformer??

If you include cocoon:/ uris, then they will be cached independently
(IIRC). If you also use CachingCIncludeTransformer, then whole result
will be cached too.

Vadim


> Regards,
> Elmar


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

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

Reply via email to