Re: [google-appengine] Get, set, notify services

2010-06-01 Thread Ikai L (Google)
There may be some delay in the time between sending an XMPP message and it being processed by your application, but for all practical purposes it should be acceptable. You could always build an HTTP REST API and just call that directly - this would guarantee that the action is invoked as soon as it

[google-appengine] Get, set, notify services

2010-06-01 Thread Mitja Felicijan
Hi. I need to develop 3 services for a personal project. Idea in doing this via google app engine is interesting. But I have couple of questions. My services will receive data from external devices and their states will be stored in database. On the client side a web application will do some oper