RF invocations are batched in a single HTTP request, but there's no implied 
transaction. You're free to use a transaction-per-HTTP-request scheme, or a 
transaction-per-invocation one (or no transaction at all). So when an 
invocation fail, RF doesn't assume the whole batch can be sent again.
BTW, batching things in a single HTTP request is a network optimization 
(less HTTP requests => better overall performance). You'd want to batch an 
important data update with an "unimportant" retrieval; and you wouldn't want 
a failing unimportant retrieval to make the important update fail as well.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/PTS_8oe0_N4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to