Sciweavers

PPOPP
1995
ACM

High Performance Synchronization Algorithms for Multiprogrammed Multiprocessors

13 years 8 months ago
High Performance Synchronization Algorithms for Multiprogrammed Multiprocessors
Scalable busy-wait synchronization algorithms are essential for achieving good parallel program performance on large scale multiprocessors. Such algorithms include mutual exclusion locks, reader-writer locks, and barrier synchronization. Unfortunately, scalable synchronization algorithms are particularly sensitive to the effects of multiprogramming: their performance degrades sharply when processors are shared among different applications, or even among processes of the same application. In this paper we describe the design and evaluation of scalable scheduler-conscious mutual exclusion locks, reader-writer locks, and barriers, and show that by sharing information across the kernel/application interface we can improve the performance of scheduler-oblivious implementations by more than an order of magnitude.
Robert W. Wisniewski, Leonidas I. Kontothanassis,
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where PPOPP
Authors Robert W. Wisniewski, Leonidas I. Kontothanassis, Michael L. Scott
Comments (0)