Process Coordination & Semaphores
In this chapter, we will:
- Present a problem that happens when two processes attempt to write to the same shared memory location.
- Explain why this problem happens and how to eliminate this problem.
- Introduce Peterson's Solution, mutex (mutual exclusion), semaphores, and monitors.