On September 3, 2012 10:52:55 Johan Euphrosine wrote: > On Fri, Aug 31, 2012 at 9:28 PM, Pascal Patry <[email protected]> wrote: > > Hi, > > > > Channels on AppEngine are picky. There are multiple issues that I had to > > work around for an application that is currently in production: > > Thanks for your feedback, please make sure you fill new > defects/feature requests or star existing ones about those issues so > you can be notified about our progress: > http://code.google.com/p/googleappengine/issues/list?cursor=googleappengine%3A7718&q=Component%3DChannel > > > 1. Channels aren't working on backends > > http://code.google.com/p/googleappengine/issues/detail?id=5123 > > > 2. No API is available to mobile > > http://code.google.com/p/googleappengine/issues/detail?id=4226 > http://code.google.com/p/googleappengine/issues/detail?id=4189 > > > 3. The implementation is different from the test and production server > > Care to elaborate? (file new Defect if necessary)
The way this is working on GAE is different from the local Jetty instance. It's pretty well known since it's piggybacking XMPP/GChat infrastructure so I do understand that it would be hard to do the same on local instances... but the fact that those are different doesn't help at all. > > 4. Connection/Disconnection handlers aren't reliably called > > Does this correspond to this? > http://code.google.com/p/googleappengine/issues/detail?id=5975 Thanks for letting us know about that issue as well :) What I was talking is on the server-side when the Connection/Disconnection presence handlers are called. We had an application initializing the context for each user once they were connecting and found out that they weren't called that reliably. So we moved the code to use lazy initialization. -- 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.
