Last active
October 25, 2016 05:28
-
-
Save taeguk/64731e48eded103ffe5ea0f3c716f6ac to your computer and use it in GitHub Desktop.
Distributed Programming Lecture Note
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
idempotent REQ = self-contained REQ (Request containes the state itself.) | |
At least Once RPC Call Semantic needs idempotent REQ. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment