A Partial Event Ordering for Distributed Systems(Lamport 1978)
- Absence of central time means: no notion of happened-when (no total ordering of events)
- But can generate a happened-before notion (partial ordering of events)
- Happened-Before relation:
Event a happened-before Event b. (a -> b)
Event a happened-before Event b. (a -> b)
Event a happened-before Event c. (a -> c) (transitivity)