Programming languages for distributed computing systems

  • Authors:
  • Henri E. Bal;Jennifer G. Steiner;Andrew S. Tanenbaum

  • Affiliations:
  • Vrije Univ., Amsterdam, The Netherlands;Open Software Foundation, Cambridge, MA;Vrije Univ., Amsterdam, The Netherlands

  • Venue:
  • ACM Computing Surveys (CSUR)
  • Year:
  • 1989

Quantified Score

Hi-index 0.00

Visualization

Abstract

When distributed systems first appeared, they were programmed in traditional sequential languages, usually with the addition of a few library procedures for sending and receiving messages. As distributed applications became more commonplace and more sophisticated, this ad hoc approach became less satisfactory. Researchers all over the world began designing new programming languages specifically for implementing distributed applications. These languages and their history, their underlying principles, their design, and their use are the subject of this paper.We begin by giving our view of what a distributed system is, illustrating with examples to avoid confusion on this important and controversial point. We then describe the three main characteristics that distinguish distributed programming languages from traditional sequential languages, namely, how they deal with parallelism, communication, and partial failures. Finally, we discuss 15 representative distributed languages to give the flavor of each. These examples include languages based on message passing, rendezvous, remote procedure call, objects, and atomic transactions, as well as functional languages, logic languages, and distributed data structure languages. The paper concludes with a comprehensive bibliography listing over 200 papers on nearly 100 distributed programming languages.