English

On Composition and Implementation of Sequential Consistency

Distributed, Parallel, and Cluster Computing 2016-07-28 v2

Abstract

To implement a linearizable shared memory in synchronous message-passing systems it is necessary to wait for a time linear to the uncertainty in the latency of the network for both read and write operations. Waiting only for one of them suffices for sequential consistency. This paper extends this result to crash-prone asynchronous systems, proposing a distributed algorithm building a sequentially consistent shared snapshot memory on top of an asynchronous message-passing system where less than half of the processes may crash. We prove that waiting is needed only when a process invokes a read/snapshot right after a write. We also show that sequential consistency is composable in some cases commonly encountered: 1) objects that would be linearizable if they were implemented on top of a linearizable memory become sequentially consistent when implemented on top of a sequential memory while remaining composable and 2) in round-based algorithms, where each object is only accessed within one round.

Keywords

Cite

@article{arxiv.1607.06258,
  title  = {On Composition and Implementation of Sequential Consistency},
  author = {Matthieu Perrin and Matoula Petrolia and Achour Mostefaoui and Claude Jard},
  journal= {arXiv preprint arXiv:1607.06258},
  year   = {2016}
}

Comments

in 30th International Symposium on Distributed Computing, Sep 2016, Paris, France

R2 v1 2026-06-22T15:00:21.605Z