Frage

I am trying to consume an http stream using GAE.

the logical flow is {source1..N} --> [GAE] --> browser reporting & display

As I understand it, an HTTP stream will run forever, so a simple GET-process cycle won't work. Can anyone recommend an alternative approach that will work in the GAE model?

War es hilfreich?

Lösung

I'm not sure what your requirement is but maybe you could look at the Channels API? So instead of having a continuous stream open, you could send updates from your app to a subscribing browser.

Google App Engine - Channels API Overview

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top