[google-appengine] Re: Endpoints and GCM: is it possible to send notifications to thousands of clients dealing with time limits?

2015-04-10 Thread Massimo Di Cosimo
Thank you Adam. It was my first option and I'm doing some experiments. Are you aware of any tutorial or sample code that could simplify my work? Thank you, Max Il giorno sabato 11 aprile 2015 00:56:51 UTC+2, Adam ha scritto: > > In this case you would generally want to use a task queue [1]. Sendin

[google-appengine] Re: Endpoints and GCM: is it possible to send notifications to thousands of clients dealing with time limits?

2015-04-10 Thread Adam
In this case you would generally want to use a task queue [1]. Sending a message to many clients with retry would be considered background work and not something to fit into a request window which needs to complete quickly. Your endpoints methods can kick off tasks asynchronously and then return