Sciweavers

ICDCS
2003
IEEE

Obstruction-Free Synchronization: Double-Ended Queues as an Example

13 years 10 months ago
Obstruction-Free Synchronization: Double-Ended Queues as an Example
We introduce obstruction-freedom, a new nonblocking property for shared data structure implementations. This property is strong enough to avoid the problems associated with locks, but it is weaker than previous nonblocking properties—specifically lock-freedom and wait-freedom— allowing greater flexibility in the design of efficient implementations. Obstruction-freedom admits substantially simpler implementations, and we believe that in practice it provides the benefits of wait-free and lock-free implementations. To illustrate the benefits of obstruction-freedom, we present two obstruction-free CAS-based implementations of double-ended queues (deques); the first is implemented on a linear array, the second on a circular array. To our knowledge, all previous nonblocking deque implementations are based on unrealistic assumptions about hardware support for synchronization, have restricted functionality, or have operations that interfere with operations at the opposite end of the...
Maurice Herlihy, Victor Luchangco, Mark Moir
Added 04 Jul 2010
Updated 04 Jul 2010
Type Conference
Year 2003
Where ICDCS
Authors Maurice Herlihy, Victor Luchangco, Mark Moir
Comments (0)