| | |
Summary: March 29, 2008 OS:Process Synchronization 1
Process Synchronization
March 29, 2008 OS:Process Synchronization 2
Objectives
Background
The Critical-Section Problem
Peterson's Solution
Synchronization Hardware
Semaphores
Classic Problems of Synchronization
Monitors
March 29, 2008 OS:Process Synchronization 3
- Background
Introduction +
Bounded buffer +
Race Condition +
March 29, 2008 OS:Process Synchronization 4
-- Introduction
Concurrent access to shared data may result in data
inconsistency.
|