This is to track our work for the final year project for which we have chosen the topic: Distributed Mutual exclusion.
To begin with, we are going to implement some classical concurrency problems like
- Reader's Writer's problem
- Producer-consumer problem
- Dining philosopher's problem
We are going to implement these for both parallel systems and distributed systems.