Engineering Notes
Created by admin on Fri, 06/01/2012 - 16:05
Sub Topic:
Distributed Mutual Exclusion
Upload File:
Department:
Chapter Name:
Advanced Operating Systems
Description:
Mutual exclusion : makes sure that concurrent process access shared resources or data in a serialized way.
If a process , say Pi , is executing in its critical section, then no other processes can be executing in their critical sections
Add new comment