Thanks for the reply. That's a good solution to return a response ASAP.
But, I'm guessing that adding the urlfetch to a task would consume extra CPU ms time. I want a solution that returns the response ASAP and, at the same time, consumes the least CPU resources. I'm assuming that the docs mean that making an asynchronous urlfetch and not calling get_result() when the app handler returns, results in the call being "cancelled". What does "cancel" mean? Does it mean that it will never reach the analytics service? 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.
