pedrorigon / wakeUP_Computer

This project was undertaken as a criterion for evaluation in the subject of Operating Systems 2 at UFRGS. The objective of the work is to implement a "sleep management" service for workstations that belong to the same physical network segment of a large organization.
3 stars 1 forks source link

When the manager dies, a new manager should be automatically elected #10

Open phckopper opened 1 year ago

phckopper commented 1 year ago

Whenever the current manager dies, the participants should autonomously define a new manager, keeping the old state as per #9 . This should be implemented with the Bully Algorithm.

As a subtask, we should also develop a way to detect that the manager is absent to trigger the election.