Hi,
  response.out is still also buffered before being sent to the client.
     http://code.google.com/appengine/docs/python/runtime.html#Responses

Robert






On Thu, Apr 14, 2011 at 01:11, Joshua Bronson <[email protected]> wrote:
> One more urlfetch question: Unless I'm mistaken, it's not possible to begin
> streaming a urlfetch response to the client until it's finished downloading.
> So in the worst case, you have to wait for up to 32MB to be downloaded into
> memory before you can begin streaming it. Would you consider an API that
> allows us to just pipe the socket to response.out, which would significantly
> reduce latency and lower memory requirements for this use case?
> Thanks for your consideration!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" 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?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to