There's one more thing to watch out for when using URLFetch: "Each request can have 10 outstanding asynchronous API calls."
http://groups.google.com/group/google-appengine-java/browse_thread/thread/aa4b3db0124f3937/fa2574c32b947061?lnk=gst&q=locke#fa2574c32b947061 It seems to be an undocumented limit on URLFetch. Since you want to fetch 16 things, your TQ will be terminated if you hit a few timeouts, as they won't all be fetched simultaneously. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
