Leases (Cary G Gray and David R Cheriton) (Distributed Locking Algorithms Distributed Locking Algorithms)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n)$

Space Complexity

$O(f)$? words

(Generally need to keep track of one lease/lock per file (exclusivity))

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Year

1989

Reference

https://web.stanford.edu/class/cs240/readings/89-leases.pdf