David, you might want to rethink the design of your app and use push updates instead of pulling:
http://code.google.com/appengine/docs/python/channel/overview.html http://code.google.com/appengine/docs/java/channel/overview.html Also, caching queries results will help you a lot. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/9WVje6plTXkJ. 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.
