Abstract

This paper is exploring a possibility of designing distributed algorithms accelerated by high contention. We propose a mutual exclusion algorithm with such a property for asynchronous read/write shared memory systems with N processes. In a mutual exclusion algorithm, each process executes its entry and exit sections to enter its critical section, where mutual exclusion: at most one process executes its critical section at any time, and starvation freedom: each process that executes its entry section eventually executes its critical section, are required.We propose an efficient mutual exclusion algorithm with respect to remote memory reference (RMR) complexity. Yang et al. [1] proposed an algorithm with the worst case RMR complexity of O(logN) and Attiya et al. [2] proved the lower bound of \({\it \Omega}(\log N)\). Though our algorithm has the worst case RMR complexity of O(logN), it becomes efficient with increasing the number of processes executing concurrently. We show the efficiency using queuing theory and simulation.

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.