Lamport timestamp


Topic history | v1 (current) | created by jjones

Details

Lamport timestamp

| created by jjones | Add resource "A comprehensive study of Convergent and Commutative Replicated Data Types"
Title
Lamport timestamp
Description
The Lamport timestamp algorithm is a simple logical clock algorithm used to determine the order of events in a distributed computer system. As different nodes or processes will typically not be perfectly synchronized, this algorithm is used to provide a partial ordering of events with minimal overhead, and conceptually provide a starting point for the more advanced vector clock method. The algorithm is named after its creator, Leslie Lamport. Distributed algorithms such as resource synchronization often depend on some method of ordering events to function. For example, consider a system with two processes and a disk. The processes send messages to each other, and also send messages to the disk requesting access. The disk grants access in the order the messages were received.
Link
https://en.wikipedia.org/?curid=2173021

authors

This topic has no history of related authors.