MobilityReadingGroup

π-calculus, Session Types research at Imperial College

Session-Based Programming for Parallel Algorithms: Expressiveness and Performance
Andi BEJLERI, Raymond HU, Nobuko YOSHIDA
2nd International Workshop on Programming Language Approaches to Concurrency and Communication-cEntric Software (PLACES 2009). p. 17 - 29

This paper investigates session programming and typing of benchmark examples to compare productivity, safety and performance with other communications programming languages. Parallel algorithms are used to examine the above aspects due to their extensive use of message passing for interaction, and their increasing prominence in algorithmic research with the rising availability of hardware resources such as multicore machines and clusters. We contribute new benchmark results for SJ, an extension of Java for type-safe, binary session programming, against MPJ Express, a Java messaging system based on the MPI standard. In conclusion, we observe that (1) despite rich libraries and functionality, MPI remains a low-level API, and can suffer from commonly perceived disadvantages of explicit message passing such as deadlocks and unexpected message types, and (2) the benefits of high-level session abstraction, which has significant impact on program structure to improve readability and reliability, and session type-safety can greatly facilitate the task of communications programming whilst retaining competitive performance.

@inproceedings{BHY2009,
  author = {Andi Bejleri and Raymond Hu and Nobuko Yoshida},
  title = {{Session-Based Programming for Parallel Algorithms: Expressiveness and Performance}},
  booktitle = {2nd International Workshop on Programming Language Approaches to Concurrency and Communication-cEntric Software},
  series = {ENTCS},
  volume = {17},
  pages = {17--29},
  year = 2009
}
@inproceedings{BHY2009,
  author = {Andi Bejleri and Raymond Hu and Nobuko Yoshida},
  title = {{Session-Based Programming for Parallel Algorithms: Expressiveness and Performance}},
  booktitle = {2nd International Workshop on Programming Language Approaches to Concurrency and Communication-cEntric Software},
  series = {ENTCS},
  volume = {17},
  pages = {17--29},
  doi = "10.4204/EPTCS.17.2",
  year = 2009
}