users@javaserverfaces.java.net

Is rendered output buffered or streamed?

From: Mikael Andersson <mail.micke_at_gmail.com>
Date: Tue, 18 Sep 2007 08:52:40 +0100

Hi

I wonder if JSF 1.2 RI is buffering the rendered output, or if it is
streaming it back to the browser?

Asking because I had an issue a while ago with the the myfaces extension
filter which buffered everything before writing the response to the client,
which caused memory problems when rendering a lot of data.

Many thanks,
 Mike