It will not work, GAE in production will send response at once. See
http://code.google.com/appengine/docs/java/runtime.html#Responses

On Sep 6, 10:42 am, Sergio Lopes <[email protected]> wrote:
> Hi everybody
>
> I'm trying to use flushBuffer() of HttpServletResponse. I have some
> use case here where I need to send some response to the user and later
> send a little more.
>
> But flushBuffer() doesn't seem to be working in production. Locally
> everything works with the SDK, but in production the response only
> shows up when the last byte is sent (not when flushBuffer is called).
>
> Any idea?
>
> Thanks
> Sérgio

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to