Skip to content

Suzuki’s and Kasami’s algorithm for mutual exclusion in a distributed system with Java/RMI

Notifications You must be signed in to change notification settings

denizdanaei/DA_ex2

Repository files navigation

DA-ex2

Implement Suzuki’s and Kasami’s algorithm for mutual exclusion in a distributed system with Java/RMI.

Run with ./run and cleanup background processes with ./cleanup. This needs execution privileges (chmod +x <script_name>).
Simulation flow can be altered in the Simulator class, run() method.
Critical section delay is modeled with number of request. Make sure that total sum of critical section delays is not larger than total number of requests.

About

Suzuki’s and Kasami’s algorithm for mutual exclusion in a distributed system with Java/RMI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published