Got it.

Thanks!

On Sep 23, 1:33 pm, keakon <[email protected]> wrote:
> Hi Greg,
>
> So what Nick said here was just current implement, and it's not safe
> to rely on 
> it?https://groups.google.com/group/google-appengine/browse_thread/thread...
>
> On Sep 23, 12:45 pm, "Greg Darke (Google)" <[email protected]>
> wrote:
>
>
>
>
>
>
>
> > It is undefined, and thus you should not do it.
>
> > On 23 September 2011 14:35, Albert <[email protected]> wrote:
>
> > > Thanks!
>
> > > How about in the Production environment? What's the behavior there?
>
> > > On Sep 22, 10:52 pm, keakon lolicon <[email protected]> wrote:
> > >> 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 
> > > athttp://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