note that if you use the urlfetch async (which was going to be my 
suggestion as well) that you do need to wait at the end of your request 
handler for the future or the request will be killed if it hasn't completed 
yet.

On Tuesday, May 24, 2016 at 12:08:21 PM UTC-7, Chad Vincent wrote:
>
> There is an Async method on the URLFetchService (in Java, at least) that 
> you can call and just never process the Future.
>
> URLFetchService.fetchAsync(HTTPRequest)
>
> On Tuesday, May 24, 2016 at 11:29:17 AM UTC-5, Ashley Finney wrote:
>>
>> In GAE I want to fire a Post message at a URL but I do not want to wait 
>> for the response, the call should be as quick and 
>> cheap (cpu/memory/cost) as possible.  All I'm doing is using this to send a 
>> message to another server.  I don't mind if I lose messages.
>> Instead of using "appengine/urlfetch" is there another method?
>>
>> Many thanks.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9b8d139a-7ba1-4a7f-a58b-f7c3db6a3ba3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to