MobilityReadingGroup

π-calculus, Session Types research at Imperial College

Multiparty Session Actors
Rumyana NEYKOVA, Nobuko YOSHIDA
16th International Conference on Coordination Models and Languages (COORDINATION 2014). p. 131 - 146

Actor coordination armoured with a suitable protocol description language has been a pressing problem in the actors community. We study the applicability of multiparty session type (MPST) protocols for verification of actor programs. We incorporate sessions to actors by introducing minimum additions to the model such as the notion of actor roles and protocol mailboxes. The framework uses Scribble, which is a protocol description language based on multiparty session types. Our programming model supports actor-like syntax and runtime verification mechanism guaranteeing communication safety of the participating entities. An actor can implement multiple roles in a similar way as an object can implement multiple interfaces. Multiple roles allow for cooperative inter-concurrency in a single actor. We demonstrate our framework by designing and implementing a session actor library in Python and its runtime verification mechanism. Benchmark results demonstrate that the runtime checks induce negligible overhead.

@inproceedings{NY2014,
  author = {Rumyana Neykova and Nobuko Yoshida},
  title = {{Multiparty Session Actors}},
  booktitle = {16th International Conference on Coordination Models and Languages},
  series = {LNCS},
  volume = {8459},
  pages = {131--146},
  publisher = {Springer},
  year = 2014
}
@inproceedings{NY2014,
  author = {Rumyana Neykova and Nobuko Yoshida},
  title = {{Multiparty Session Actors}},
  booktitle = {16th International Conference on Coordination Models and Languages},
  series = {LNCS},
  volume = {8459},
  pages = {131--146},
  publisher = {Springer},
  doi = "10.1007/978-3-662-43376-8_9",
  year = 2014
}