Suppose I call URLFetch Async, and then I return a response to the user without calling get_result().
1. Does a frontend instance wait for the response of the fetched URL, and consume instance time? Or does some background appengine server handle that for me, and then just discards the response of the url because I never called get_result()? 2. Is the behavior the same for datastore async, memcache async, and other async calls? Thanks! -- 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.
