Posts tagged "distributed systems"
2

Lamport timestamps is a simple algorithm used to determine the order of events in a distributed computer system.

1

Vector clocks are an algorithm for generating a partial ordering of events in a distributed system and detecting causality violations.