MobilityReadingGroup

π-calculus, Session Types research at Imperial College

Multiparty Compatibility for Concurrent Objects
Roly PERERA, Julien LANGE, Simon GAY
8th International Workshop on Programming Language Approaches to Concurrency and communication-cEntric Software (PLACES'16). p. 1 - 10

Objects and actors are communicating state machines, offering and consuming different services at different points in their lifecycle. Two complementary challenges arise when programming such systems. When objects interact, their state machines must be “compatible”, so that services are requested only when they are available. Dually, when objects refine other objects, their state machines must be “compliant”, so that services are honoured whenever they are promised.

In this paper we show how the idea of multiparty compatibility from the session types literature can be applied to both of these problems. We present an untyped language in which concurrent objects are checked automatically for compatibility and compliance. For simple objects, checking can be exhaustive and has the feel of a type system. More complex objects can be partially validated via test cases, leading to a methodology closer to continuous testing. Our proof-of-concept implementation is limited in some important respects, but demonstrates the potential value of the approach and the relationship to existing software development practices.

@inproceedings{PLG2016,
  author = {Roly Perera and Julien Lange and Simon Gay},
  title = {{Multiparty Compatibility for Concurrent Objects}},
  booktitle = {8th International Workshop on Programming Language Approaches to Concurrency and communication-cEntric Software},
  pages = {1--10},
  year = 2016
}
@inproceedings{PLG2016,
  author = {Roly Perera and Julien Lange and Simon Gay},
  title = {{Multiparty Compatibility for Concurrent Objects}},
  booktitle = {8th International Workshop on Programming Language Approaches to Concurrency and communication-cEntric Software},
  pages = {1--10},
  doi = "10.4204/EPTCS.211.8",
  year = 2016
}