Live data from Hacker News

How to properly increment a counter on Google App Engine

code.google.com

1–4 of 4 posts

Re: How to properly increment a counter on Google App Engine

#3
I would suggest looking at this implementation: http://appengine-cookbook.appspot.com/recipe/high-concurrenc...

My current counter system uses a single datastore entity per counter and uses the new CapabilitySet API to check if memcache will go offline in near future.