| Issue 958: | Urlfetch in parallel | |
| 16 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
I'd like a way to spawn multiple urlfetches in parallel, blocking until all have been fetched. (In much the same way that I can do get_multi from memcache - or find from datastore) At the moment if I have to make multiple urlfetches I must do them sequentially. |
||||||||||
,
Feb 02, 2009
(No comment was entered for this change.)
Status: Acknowledged
Labels: -Type-Defect Type-Feature Component-Urlfetch |
|||||||||||
,
Jun 09, 2009
This will be coming soon (though with a somewhat more involved API than memcache.get_multi() or db.Model.get(list_of_keys)). |
|||||||||||
,
Jun 20, 2009
Nice. Looks like this was added in python sdk 1.2.3 - http://code.google.com/appengine/docs/python/urlfetch/asynchronousrequests.html#Making_ Asynchronous_Requests |
|||||||||||
|
|
|||||||||||