Quantcast
Viewing all articles
Browse latest Browse all 136

How to ensure multiple clients don't poll the server at the same time?

I am making an android app which will talk to a web service to get data. The web service has a rate limit of 100 calls per minute. Is there a way, recommended method to ensure that the app across various devices dont make the call to the server at the same time. Some way to stagger the requests across devices?


Viewing all articles
Browse latest Browse all 136

Trending Articles