@inproceedings{58ab88a9a7d0431ba4c5dc234d22853b,
title = "Concurrent counting",
abstract = "Our purpose is to implement clocks and, in general, counters in a shared memory environment. A concurrent counter is a counter that can be incremented and read, possibly at the same time by many processes. We study counters that achieve high level of concurrency and thus are likely to reduce memory contention; require only weak atomicity and thus are easy to implement; do not depend on the initial state of the memory and hence are more robust to memory changes; and are wait-free - one process cannot prevent another process from finishing its increment or read operations - and thus can tolerate any number of process failures. We concentrate on providing upper and lower bounds on the space complexity of the counters studied.",
author = "Shlomo Moran and Gadi Taubenfeld and Irit Yadin",
year = "1992",
doi = "10.1145/135419.135434",
language = "אנגלית",
isbn = "0897914953",
series = "Proceedings of the Annual ACM Symposium on Principles of Distributed Computing",
publisher = "Publ by ACM",
pages = "59--70",
booktitle = "Proceedings of the Annual ACM Symposium on Principles of Distributed Computing",
note = "Proceedings of the 11th Annual ACM Symposium on Principles of Distributed Computing ; Conference date: 10-08-1992 Through 12-08-1992",
}