MobilityReadingGroup

π-calculus, Session Types research at Imperial College

CAMP: Cost-Aware Multiparty Session Protocol
David CASTRO-PEREZ, Nobuko YOSHIDA
OOPSLA 2020: Conference on Object-Oriented Programming Systems, Languages and Applications (OOPSLA 2020). p. 155:1 - 155:30

This paper presents CAMP, a new static performance analysis framework for message-passing concurrent and distributed systems, based on the theory of multiparty session types (MPST). Understanding the run-time performance of concurrent and distributed systems is of great importance for the identification of bottlenecks and optimisation opportunities. In the message-passing setting, these bottlenecks are generally communication overheads and synchronisation times. Despite its importance, reasoning about these intensional properties of software, such as performance, has received little attention, compared to verifying extensional properties, such as correctness. Behavioural protocol specifications based on sessions types capture not only extensional, but also intensional properties of concurrent and distributed systems. CAMP augments MPST with annotations of communication latency and local computation cost, defined as estimated execution times, that we use to extract cost equations from protocol descriptions. CAMP is also extendable to analyse asynchronous communication optimisation built on a recent advance of session type theories. We apply our tool to different existing benchmarks and usecases in the literature with a wide range of communication protocols, implemented in C, MPI-C, Java, Go and OCaml. Our benchmarks show that, in most of the cases, we predict an upper-bound on the real execution costs with <15% error.

@inproceedings{CY2020,
  author = {David Castro-Perez and Nobuko Yoshida},
  title = {{CAMP: Cost-Aware Multiparty Session Protocol}},
  booktitle = {OOPSLA 2020: Conference on Object-Oriented Programming Systems, Languages and Applications},
  series = {PACMPL},
  volume = {4},
  issue = {OOPSLA},
  pages = {155:1--155:30},
  publisher = {ACM},
  year = 2020
}
@inproceedings{CY2020,
  author = {David Castro-Perez and Nobuko Yoshida},
  title = {{CAMP: Cost-Aware Multiparty Session Protocol}},
  booktitle = {OOPSLA 2020: Conference on Object-Oriented Programming Systems, Languages and Applications},
  series = {PACMPL},
  volume = {4},
  issue = {OOPSLA},
  pages = {155:1--155:30},
  publisher = {ACM},
  doi = "10.1145/3428223",
  year = 2020
}