An open API service indexing awesome lists of open source software.

https://github.com/frddl/bully-algorithm

In distributed computing, the bully algorithm is a method for dynamically electing a coordinator or leader from a group of distributed computer processes. The process with the highest process ID number from amongst the non-failed processes is selected as the coordinator.
https://github.com/frddl/bully-algorithm

bully-algorithm distributed-systems java

Last synced: about 1 month ago
JSON representation

In distributed computing, the bully algorithm is a method for dynamically electing a coordinator or leader from a group of distributed computer processes. The process with the highest process ID number from amongst the non-failed processes is selected as the coordinator.

Awesome Lists containing this project