| | |
Summary: On interprocess communication and the
implementation of multi-writer atomic
registers
Uri Abraham
Department of Mathematics and Computer Science
Ben-Gurion University, Be'er Sheva, ISRAEL.
September 18, 1995
Abstract
Two protocols for implementing n-writer m-reader atomic registers
with 1-writer m-reader atomic registers are described. In order to give
complete proofs, a theory of interprocess communication is presented
rst. The correctness of a protocol that implements an atomic register
is proved here in two stages: (1) A formulation of higher-level spec-
ications and a proof that the protocol satises these specications.
(2) A proof of atomicity assuming that the specications hold. This
division enables a better understanding of the protocols, and the fact
that both protocols share the same higher-level specications reduces
the length of the correctness proof.
The dierence between the two protocols is that in the rst the
readers do not write at all, while in the second they do. The rst
|