Long-lived and adaptive atomic snapshot and immediate snapshot (extended abstract)

  • Authors:
  • Yehuda Afek;Gideon Stupp;Dan Touitou

  • Affiliations:
  • Computer Science Dept., Tel-Aviv University and IDC, Herzliya, Israel 69978;Computer Science Dept., Tel-Aviv University, Israel 69978;IBM Research Lab in Haifa, Israel 69978

  • Venue:
  • Proceedings of the nineteenth annual ACM symposium on Principles of distributed computing
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Long-lived and adaptive to point contention implementations of snapshot and immediate snapshot objects in the read/write shared-memory model are presented. In [2] we presented adaptive algorithms for mutual exclusion, collect and snapshot. However, the collect and snapshot algorithms were adaptive only when the number of local primitive operations that a process performs are ignored, i.e., not counted. The number of primitive local steps (operations that do not access the shared memory) in the collect and snapshot operations presented in [2] is O(Nk3) and O(Nk4) respectively where N is the total number of processes in the system and k is the encountered contention. Here we developed new techniques that enabled us to achieve fully adaptive implementations in which the step complexity (combined local and shared) of any operation is bounded by a function of the number of processes that are concurrent with the operation, in particular, O(k4) for the snapshot implementation.