Concurrent Counting

作者:

Highlights:

摘要

In this paper we study implementations of concurrent counters, which count modulo some (large) integerm, using only small valued objects. A concurrent counter is a counter that can be incremented and read, possibly at the same time, by many processes. The counters we study do not depend on the initial state of the memory and hence are more robust to memory changes. Also, we assume that all the processes are identical which makes them easy to program. Finally, all the algorithms are required to be wait-free—a correct process cannot be prevented from finishing its increment or read operations—and thus the algorithms can tolerate any number of process failures. We concentrate on providing upper and lower bounds on the space complexity of the counters studied.

论文关键词:

论文评审过程:Received 1 September 1993, Revised 27 June 1995, Available online 25 May 2002.

论文官网地址:https://doi.org/10.1006/jcss.1996.0049