Hi, It's not possible to stream results using urlfetch - requests are accomplished by means of an RPC, which only returns when the complete result is available.
-Nick Johnson On Wed, Dec 2, 2009 at 11:28 AM, Silicon Dragon <[email protected]> wrote: > Hi, > > Is there any way on app engine to read a partial HTTP stream, and return > (synchronously, or asynchronously) with the results before the server hangs > up? > Using Google Wave, the > BrowserChannel<http://closure-library.googlecode.com/svn/trunk/closure/goog/docs/class_goog_net_BrowserChannel.html>server > uses this method to stream wave listings to clients directly. > Javascript allows for processing it, so I doubt it would be a problem with > app engine? > > Thank you, > -SDr > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 -- 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.
