google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

Asynchronous datastore requests #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can we add asynchronous datastore requests to the api?  This blog post from an 
app engine engineer details making an async request in python, maybe it can be 
adapted?

http://blog.notdot.net/2010/09/Under-the-hood-with-App-Engine-APIs

Original issue reported on code.google.com by kwste...@gmail.com on 22 Sep 2010 at 4:43

GoogleCodeExporter commented 9 years ago
Google is adding async support directly to the Low-Level API, so we're waiting 
for official support rather than going "under the covers" and using what are 
more or less private APIs.  As soon as Google officially supports an async api, 
Objectify will incorporate it.

Original comment by lhori...@gmail.com on 22 Sep 2010 at 4:50

GoogleCodeExporter commented 9 years ago
Official async support is in Appengine 1.4.0.  Pre-release is now available:

http://groups.google.com/group/google-appengine/browse_thread/thread/0f90ef8dda3
b8400

Original comment by debillin on 23 Nov 2010 at 4:08

GoogleCodeExporter commented 9 years ago
This is checked into svn.

Original comment by lhori...@gmail.com on 13 Feb 2011 at 11:25