On Jan 20, 3:13 pm, Barry Hunter <[email protected]> wrote:
> But also can't really 'stream' - in general, it works on the CGI model. Your
> application receives the whole request as one whole block, and the client
> receives your output. Ie there is a proxy in front of the application that
> only forwards the whole request/resonce on - it doesn't allow for live
> streaming.

That is, my code will only handle the request after it is completely
sent by the client? So if the client never finish it it will
eventually timeout after 30s without my code ever had a chance to see
the stream or terminate the request graciously?

>  - sounds like best would be to look at cheap VM hosting. 
> eghttp://code.google.com/p/nano-cast/
> makes it sound like it doesnt need much horsepower - maybe a free
> micro-instance on amazon EC2 would do it.

This is not interesting because it's already done :) Using amazon is
mostly just like to run in our servers.
But I see that I don't have any chance using Google App Engine. We'll
possibly try to add features to the Caster instead.

Thanks for the hints!

Nuno

-- 
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