[google-appengine] Re: there may be something wrong with put_async

2014-04-09 Thread saintthor
thanks. 在 2014年4月10日星期四UTC+8上午6时47分43秒,timh写道: > > You should read the docs a bit more. > > In the intro to async operations it even says > > In this example, it's a little silly to call future.get_result: the > application never *uses* the result from NDB. That code is just in there > to make

[google-appengine] Re: there may be something wrong with put_async

2014-04-09 Thread timh
You should read the docs a bit more. In the intro to async operations it even says In this example, it's a little silly to call future.get_result: the application never *uses* the result from NDB. That code is just in there to make sure that the request handler doesn't exit before the NDB put