Mobile objects as mobile processes

  • Authors:
  • Massimo Merro;Josva Kleist;Uwe Nestmann

  • Affiliations:
  • COGS, University of Sussex, United Kingdom;INRIA, Sophia-Antipolis, France;EPFL, Switzerland

  • Venue:
  • Information and Computation - IFIP TCS2000
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Obliq is a lexically scoped, distributed, object-based programming language. In Obliq, the migration of an object is proposed as creating a clone of the object at the target site, whereafter the original object is turned into an alias for the clone. Obliq has only an informal semantics, so there is no proof that this style of migration is safe, i.e., transparent to object clients. In previous work, we introduced øjeblik, an abstraction of Obliq, where, by lexical scoping, sites have been abstracted away. We used øjeblik in order to exhibit how the semantics behind Obliq's implementation renders migration unsafe. We also suggested a modified semantics that we conjectured instead to be safe. In this paper, we rewrite our modified semantics of øjeblik in terms of the π-calculus, and we use it to formally prove the correctness of object surrogation, the abstraction of object migration in Øjeblik.