On Tue, Jan 31, 2012 at 7:43 PM, James X Nelson
<[email protected]> wrote:
>
> PS - Anyone that doesn't actually call .get() on their futures to finalize
> your async operations could lose data, especially if the last operation in
> your method is an async put.  Async operations started by your current
> processing thread die when the thread returns {in production}, so make sure
> you call .get() on the returned future.

This would shock me.  It doesn't work like that in GAE/Java.

Jeff

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