|
|
|
|
|
by preseinger
1172 days ago
|
|
this just isn't true total order is property that can only exist over a well-defined set of messages without reliable delivery (and stable network tomography) there is no way to establish a well-defined set of messages causal order (via lamport clocks or otherwise) just doesn't establish total order (by itself) |
|
So if you have all messages and the two properties above, a total order can be derived.
You’re correct to say that causal order != total order as such but with the use of correct primitives, like Lamport Causal Clocks, we can get a nice and clean linear order of events :)