Hi

I have had some problems with my application running out of memory. Now I have traced the problem to my gzip filter, which stored every bytes in memory before flushing it.
I have no implemented it so that the filer sends the bytes chunked, when the bytes are written to the output stream.
That seems to work fine, but to be 100% sure that I have dealt with the problem I need to know if cocoon flush its output to the response, when it is finsihed with a part.
Or does it wait untill the entire xsl transformation is finised before writing anything.


Magne


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



Reply via email to