English

Time-Efficient Read/Write Register in Crash-prone Asynchronous Message-Passing Systems

Distributed, Parallel, and Cluster Computing 2016-01-20 v1

Abstract

The atomic register is certainly the most basic object of computing science. Its implementation on top of an n-process asynchronous message-passing system has received a lot of attention. It has been shown that t \textless{} n/2 (where t is the maximal number of processes that may crash) is a necessary and sufficient requirement to build an atomic register on top of a crash-prone asynchronous message-passing system. Considering such a context, this paper visits the notion of a fast implementation of an atomic register, and presents a new time-efficient asynchronous algorithm. Its time-efficiency is measured according to two different underlying synchrony assumptions. Whatever this assumption, a write operation always costs a round-trip delay, while a read operation costs always a round-trip delay in favorable circumstances (intuitively, when it is not concurrent with a write). When designing this algorithm, the design spirit was to be as close as possible to the one of the famous ABD algorithm (proposed by Attiya, Bar-Noy, and Dolev).

Keywords

Cite

@article{arxiv.1601.04820,
  title  = {Time-Efficient Read/Write Register in Crash-prone Asynchronous Message-Passing Systems},
  author = {Achour Mostefaoui and Michel Raynal},
  journal= {arXiv preprint arXiv:1601.04820},
  year   = {2016}
}
R2 v1 2026-06-22T12:32:24.349Z