Leases (Cary G Gray and David R Cheriton) (Distributed Locking Algorithms Distributed Locking Algorithms)
Revision as of 10:53, 15 February 2023 by Admin (talk | contribs) (Created page with "== 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")
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