开发者

how to execute multiple async queries in google app engine?

开发者 https://www.devze.com 2023-02-16 02:57 出处:网络
I want to execute multiple queries asynchronously. Now for that I have searched but nothing special I found.

I want to execute multiple queries asynchronously. Now for that I have searched but nothing special I found.

Ya one thing I found is of Asynctools at http://code.google.com/p/asynctools/

but in the code given i am getting the error

NameError: global name 'AsyncMultiTask' is n开发者_运维百科ot defined

and I dont kn what to import for that. so please anyone can help me for this


A couple of months ago Guido announced a new experimental datastore API, which allows asynchronous calls:

http://neopythonic.blogspot.com/2011/01/new-app-engine-datastore-api.html

0

精彩评论

暂无评论...
验证码 换一张
取 消