The SDK will automatically create a RPC object for async function, or you
can create it by yourself.
Before the end of your response, the RPC object will block the respond and
wait until it's done, and no callback will be called.
However, it looks like the local dev server just ignores it.

----------
keakon

My blog(Chinese): www.keakon.net
Blog source code: https://bitbucket.org/keakon/doodle/



On Fri, Sep 23, 2011 at 8:17 AM, Albert <[email protected]> wrote:

> 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.
>
>

-- 
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.

Reply via email to