It is undefined, and thus you should not do it.

On 23 September 2011 14:35, Albert <albertpa...@gmail.com> wrote:
> Thanks!
>
> How about in the Production environment? What's the behavior there?
>
> On Sep 22, 10:52 pm, keakon lolicon <kea...@gmail.com> 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 <albertpa...@gmail.com> 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 google-appengine@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > google-appengine+unsubscr...@googlegroups.com.
>> > 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to