Emulating shared-memory Do-All algorithms in asynchronous message-passing systems

  • Authors:
  • Dariusz R. Kowalski;Mariam Momenzadeh;Alexander A. Shvartsman

  • Affiliations:
  • Department of Computer Science, University of Liverpool, Ashton Building, Ashton Street, Liverpool L69 3BX, UK;Department of Electrical and Computer Engineering, Northeastern University, 409 Dana Research Center, 360 Huntington Ave., Boston, MA 02115, USA;Department of Computer Science and Engineering, University of Connecticut, 371 Fairfield Way, Unit 2155, Storrs, CT 06269, USA

  • Venue:
  • Journal of Parallel and Distributed Computing
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

A fundamental problem in distributed computing is performing a set of tasks despite failures and delays. Stated abstractly, the problem is to perform N tasks using P failure-prone processors. This paper studies the efficiency of emulating shared-memory task-performing algorithms on asynchronous message-passing processors with quantifiable message latency. Efficiency is measured in terms of work and communication, and the challenge is to obtain subquadratic work and message complexity. While prior solutions assumed synchrony and constant delays, the solutions given here yield subquadratic efficiency with asynchronous processors when the delays and failures are suitably constrained. The solutions replicate shared objects using a quorum system, provided it is not disabled. One algorithm has subquadratic work and communication when the delays and the number of processors, K, owning object replicas, are O(P^0^.^4^1). It tolerates @?K-12@? crashes. It is also shown that there exists an algorithm that has subquadratic work and communication and that tolerates o(P) failures, provided message delays are sublinear.