MobilityReadingGroup

π-calculus, Session Types research at Imperial College

Distributed Programming Using Role Parametric Session Types in Go
Statically-Typed Endpoint APIs for Dynamically-Instantiated Communication Structures
David CASTRO-PEREZ, Raymond HU, Sung-Shik JONGMANS, Nicholas NG, Nobuko YOSHIDA
46th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL 2019). p. 29:1 - 29:30

This paper presents a framework for the static specification and safe programming of message passing protocols where the number and kinds of participants are dynamically instantiated.

We develop the first theory of distributed multiparty session types (MPST) to support parameterised protocols with indexed roles – our framework statically infers the different kinds of participants induced by a protocol definition as role variants, and produces decoupled endpoint projections of the protocol onto each variant. This enables safe MPST-based programming of the parameterised endpoints in distributed settings: each endpoint can be implemented separately by different programmers, using different techniques (or languages). We prove the decidability of role variant inference and well-formedness checking, and the correctness of projection.

We implement our theory as a toolchain for programming such role-parametric MPST protocols in Go. Our approach is to generate API families of lightweight, protocol- and variant-specific type wrappers for I/O. The APIs ensure a well-typed Go endpoint program (by native Go type checking) will perform only compliant I/O actions w.r.t. the source protocol. We leverage the abstractions of MPST to support the specification and implementation of Go applications involving multiple channels, possibly over mixed transports (e.g., Go channels, TCP), and channel passing via a unified programming interface. We evaluate the applicability and run-time performance of our generated APIs using microbenchmarks and real-world applications.

@inproceedings{CHJNY2019,
  author = {David Castro-Perez and Raymond Hu and Sung-Shik Jongmans and Nicholas Ng and Nobuko Yoshida},
  title = {{Distributed Programming Using Role Parametric Session Types in Go}},
  booktitle = {46th ACM SIGPLAN Symposium on Principles of Programming Languages},
  volume = {3},
  pages = {29:1--29:30},
  publisher = {ACM},
  year = 2019
}
@inproceedings{CHJNY2019,
  author = {David Castro-Perez and Raymond Hu and Sung-Shik Jongmans and Nicholas Ng and Nobuko Yoshida},
  title = {{Distributed Programming Using Role Parametric Session Types in Go}},
  booktitle = {46th ACM SIGPLAN Symposium on Principles of Programming Languages},
  volume = {3},
  pages = {29:1--29:30},
  publisher = {ACM},
  doi = "10.1145/3290342",
  year = 2019
}