Hi, when we use the channel api on the development server, polling is used, this assures that all incoming messages are queued and onMessage is called sequentially.
I'm wondering if on production, where long lived http connections are used, the same assumption is correct? In our case, we need to assure that onMessage is executed synchronous, is that true or do we need to build a queue? Thanks in advance! -- 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.
