My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
Issue 958: Urlfetch in parallel
16 people starred this issue and may be notified of changes. Back to list
Status:  Acknowledged
Owner:  ----
Type-Feature
Priority-Medium
Component-Urlfetch


Sign in to add a comment
 
Reported by darragh.curran, Dec 25, 2008
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.
Comment 1 by j...@google.com, Feb 02, 2009
(No comment was entered for this change.)
Status: Acknowledged
Labels: -Type-Defect Type-Feature Component-Urlfetch
Comment 2 by gvanrossum, 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)).
Comment 3 by darragh.curran, 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
Sign in to add a comment