Limit this search to....

Mutual Exclusion Algorithms
Contributor(s): Khurshid, Aasim (Author)
ISBN: 3659179388     ISBN-13: 9783659179389
Publisher: LAP Lambert Academic Publishing
OUR PRICE:   $50.27  
Product Type: Paperback
Published: July 2012
Qty:
Additional Information
BISAC Categories:
- Computers | Operating Systems - General
Physical Information: 0.16" H x 6" W x 9" (0.25 lbs) 68 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Multiprocessing systems are programmed cleanly using Critical sections. When a process desires to access some shared data it first gets mutual exclusive access to critical sections for reliable outcome as processes may possibly manipulate the data. This work investigates how critical section problem can be solved easily and efficiently for multiprocessing and distributed systems. This report presents an algorithm that can solve the problem in single processing, multiprocessing and distributed systems efficiently with minimal changes. For distributed systems we introduce message passing service while keeping rest of the mechanism same works faster than many other algorithms for distributed systems. The algorithm compares its efficiency with bakery's algorithm and performs much better with the liberty of introduction of multiple critical sections for dissimilar shared data. Due to this multiple processes can execute in different critical sections concurrently.