Why P assumes send are reliable? #669
Unanswered
gabrielgiussi
asked this question in
Q&A
Replies: 1 comment
-
you can model unreliable send like this: (example from tutorial)
So send itself can be considered always reliable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In P semantics says
Why is it safe to assume such semantics to develop a distributed system over an unreliable network?
Is it because we consider the TCP protocol already provides such guarantees?
Isn't this leaving outside (although I understand the possibility to implement such a network abstraction exists) an important characteristic of distributed systems that is the impossibility to distinguish a slow node from a crashed one?
Beta Was this translation helpful? Give feedback.
All reactions