The backend has 5 seconds to do reap all the results, create a leaderboard 
and make it available to the front ends.  This part runs in under 2 seconds 
typically atm.

I don't believe there is any way to move the keys to the back end (PULL 
queues and urlget has been shown to not work), execute a get() on all the 
keys (which can take at least 7 seconds), then create a leaderboard and 
store the results.

On Wednesday, August 1, 2012 2:31:36 PM UTC-4, Michael Hermus wrote:
>
> Our posts crossed paths in the ether.
>
> I don't think you should do 'get(key)' per request on the front end; 
> rather, you should collect the keys and send them to the back end for use 
> in a single batch get() call. It still might not completely suit your 
> needs, but it would be much closer.
>
>

-- 
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/-/1DsW0fbddzkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to