Categorygithub.com/KDF5000/flease
modulepackage
0.0.0-20230729103050-ed30f5e33cd5
Repository: https://github.com/kdf5000/flease.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
server is used to implement helloworld.GreeterServer.

# Interfaces

No description provided by the author