Open Systems Laboratory at Illinois

Semantic considerations in the actor paradigm of concurrent computation

By Gul Agha. In Seminar on Concurrency, volume 197 of Lecture Notes in Computer Science, 151–179. Springer, 1984.

Publisher Link:
http://dx.doi.org/10.1007/3-540-15670-4_8

Abstract

This paper discusses the theory of concurrent processing in the context of the actor paradigm. The basic precepts of the actor paradigm are explained. We develop a new formalism to describe the behavior of actors and the evolution of systems of actors. It is hoped that the structure of concurrent computation and the intuitions behind the actor paradigm will be better understood in terms of this model. In particular, we define certain relations between the configurations an actor system may be in and explain how the behavior of actor systems can be understood in terms of these relations. We also define an actor-based language, called Sal, which has a simple syntax but nevertheless embodies the concepts involved. Several examples of simple actor systems are presented. Two kinds of actors are defined and their relevance to spawning concurrency is noted. The low level detail inherent in the transition systems we define retains some purely operational information. The usefulness of our constructs, beside the obvious pedagogic one, will be in the ability to abstract higher level principles to express and prove properties of actor systems, without the combinatorial explosion implied by all the possible inter-leavings of events. We suggest some directions for future research in this area.

BibTeX

@inproceedings{conf/concur/Agha84,
    author = "Agha, Gul",
    editor = "Brookes, Stephen D. and Roscoe, A. W. and Winskel,
              Glynn",
    title = "Semantic Considerations in the Actor Paradigm of
             Concurrent Computation",
    booktitle = "Seminar on Concurrency",
    crossref = "conf/concur/1984",
    ee = "http://dx.doi.org/10.1007/3-540-15670-4_8",
    pages = "151-179",
    year = "1984",
}

@proceedings{conf/concur/1984,
    editor = "Brookes, Stephen D. and Roscoe, A. W. and Winskel,
              Glynn",
    title = "Seminar on Concurrency, Carnegie-Mellon University,
             Pittsburg, PA, USA, July 9-11, 1984",
    isbn = "3-540-15670-4",
    publisher = "Springer",
    series = "Lecture Notes in Computer Science",
    volume = "197",
    year = "1985",
}