EECS 482: P1 - Disk Scheduler
Languages & Tools Used: C++
- Developed a multi-threaded Disk Scheduler program in C++, modeling real-world OS disk management.
- Designed servicer and requester threads to manage interactions and emulate multi-threading systems, employing
mutexes and conditional variables to execute concurrent operations accurately, preventing potential conflict and
ensuring program stability
- Implemented Shortest Seek Time First algorithm to optimize disk reading protocol and system efficiency.
- Enhanced understanding of concurrency, systems programming, and algorithms.