Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 705 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 705 Bytes

Flease

Flease is an algorithm for decentralized and fault-tolerant lease coordination in distributed systems. The algorithm allows the processes competing for a resource to coordinate exclusive access through leases among themselves without a central component. The resulting system easily scales with an increasing number of nodes and resources.

This repo is a Golang implementation and you can get more details about the algorithm in the original paper Fault-tolerant and decentralized lease coordination for distributed systems