On Fri, 2003-10-17 at 17:23, Timothy Larson wrote: > --- Timothy Larson <[EMAIL PROTECTED]> wrote: > > You may also need to set some configuration parameters to > > prevent caching the final document. > > I found the email about this setting: > http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=106251603314822&w=2 > > <quote> > I've checked the serializers and their default buffer size is 8192, I > guess that shouldn't be a problem. You could always try changing it to 0 > by adding: > > <outputBufferSize>0</outputBufferSize> > > inside the map:pipe element of the pipeline implementation you're using > (likely the caching one). > </quote>
the above information proved wrong afterwards, the correct information is in this message: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=106262019428346&w=2 However, this only applies to Cocoon 2.1. BTW, if you don't need caching you could also try switching to the non-caching pipeline implementation to save some memory. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
