Hello I was wondering if it would be possible to implement an android cloud 2 device server within google app engine (http://code.google.com/android/c2dm/index.html). So far looking at the docs it seems like with some hackery it would be possible to implement this using task queues. http://code.google.com/appengine/docs/java/taskqueue/
E.g. have a task which is monitoring X and sending out cloud 2 device messages. Every few days a task queue would have to die and launch a new version of itself to prevent going over the 30 day quota limit for task queues. I guess I have a few questions: * Is this possible? * Would this violate the terms of use for app engine? * Is there a better way of doing this? -- 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.
