Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
256 views
in Technique[技术] by (71.8m points)

android - High frequency data refresh with Google App Engine

I'm developing a service using GAE for android clients and need to refresh application data on a regular basis, say once a minute.

In terms of architecture, this is how the application works:

  • User launches app and retrieves market data from service running on GAE
  • The GAE service itself calls an external web service to retrieve market data, filters results and sends for user display
  • The market prices should get updated once a minute

I know GAE offers cron jobs for automated scheduled tasks, but from what I understood it's not suitable for such high frequency tasks (or not even supported)

What's the best practice/tools I can use for this use case?

Also, is it recommended to update data in the background regardless of application being open? Or just update as soon as the user launches?

[EDIT] I would also like to know if pulling data every minute is the right approach, or should the service push instead?

Thank you in advance.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...