users@javaserverfaces.java.net

Re: Is rendered output buffered or streamed?

From: Mikael Andersson <mail.micke_at_gmail.com>
Date: Thu, 20 Sep 2007 13:39:59 +0100

Actually read this blog post a while ago but forgot about it. I've been
following your blog via Sage for a while now :)

Thanks,
 Mike

On 19/09/2007, Roger Keays <roger.keays_at_ninthavenue.com.au> wrote:
>
> Mikael Andersson wrote:
> > Hi
> >
> > I wonder if JSF 1.2 RI is buffering the rendered output, or if it is
> > streaming it back to the browser?
>
> Streamed with a small buffer AFAICT, excepting the conditions Ryan posted.
>
> > 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.
>
> Maybe this blog will help you out with MyFaces:
>
> http://www.ninthavenue.com.au/blog/myfaces_filter
>
> Roger
>
> --
> ------------------------------------
> Ninth Avenue Software
> p: +61 7 3137 1351 (UTC +10)
> f: +61 7 3102 9141
> w: http://www.ninthavenue.com.au
> e: info_at_ninthavenue.com.au
> ------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: users-help_at_javaserverfaces.dev.java.net
>
>