[google-appengine] Re: Asynchronous URLfetch Google Analytics. What happens when I don't call get_result()

2010-08-11 Thread Albert
Hi! I did some testing. I performed an asynchronous urlfetch without a callback parameter nor did I call wait() or get_result() before I returned the response to the user. The analytics is being logged properly, so that's great. But I'm getting the following warning in my logs. Found 1 RPC

[google-appengine] Re: Asynchronous URLfetch Google Analytics. What happens when I don't call get_result()

2010-08-09 Thread Albert
Thanks! Albert On Aug 9, 11:05 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Albert, On Sun, Aug 8, 2010 at 12:46 PM, Albert albertpa...@gmail.com wrote: Thanks for the vid link! I learned some other good stuff from there. However, I don't think my question was clearly

[google-appengine] Re: Asynchronous URLfetch Google Analytics. What happens when I don't call get_result()

2010-08-08 Thread Tim Hoffman
Hi On Aug 8, 7:46 pm, Albert albertpa...@gmail.com wrote: Thanks for the vid link! I learned some other good stuff from there. However, I don't think my question was clearly answered. I hope I get a clear response from the AppEngine Team on this one. When I start an asynchronous urlfetch,

[google-appengine] Re: Asynchronous URLfetch Google Analytics. What happens when I don't call get_result()

2010-08-08 Thread Albert
Thanks! I will do some tests. I'll posts my results here. Enjoy! Albert On Aug 8, 11:24 pm, Tim Hoffman zutes...@gmail.com wrote: Hi On Aug 8, 7:46 pm, Albert albertpa...@gmail.com wrote: Thanks for the vid link! I learned some other good stuff from there. However, I don't think

[google-appengine] Re: Asynchronous URLfetch Google Analytics. What happens when I don't call get_result()

2010-08-04 Thread Albert
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