Engineering Notes

Created by admin on Fri, 06/01/2012 - 15:49
Sub Topic: 
Distributed Mutual Exclusion Algorithms
Chapter Name: 
Advanced Operating Systems
Description: 
Mutual exclusion: Concurrent access of processes to a shared resource or data is executed in mutually exclusive manner. Only one process is allowed to execute the critical section (CS) at any given time. In a distributed system, shared variables (semaphores) or a local kernel cannot be used to implement mutual exclusion.
engnotes_star_rating: 

Add new comment

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.