Hello List,
when trying to serve big zip files through cocoon we encounter OutOfMemoryErrors.
Our setup is as follows:
(default) reader definition:
<map:readers default="resource">
<map:reader logger="sitemap.reader.resource" name="resource" pool-max="32" src="org.apache.cocoon.reading.ResourceReader"/>
</map:readers>
pipeline matching the request: <map:match pattern="*/downloads/special/*.zip"> <map:read src="downloads/{1}/{2}.zip" mime-type="application/zip"/> </map:match>
Does anyone know whether there's a filesize limitation? Any work arounds other than increasing heap memory? Is there a way to stream the binary (i.e. a StreamingReader or similar)?
Thanks in advance for help, Michael
-- abs IT Service GmbH Ein Unternehmen der abs Gruppe Michael Wirz Entwicklung
Landsberger Stra�e 57 82266 Stegen am Ammersee
Telefon: +49-(0)8143-999-43 Telefax: +49-(0)8143-999-49
[EMAIL PROTECTED] www.eFonds24.de
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
