Safe Parallel Programming with Session Java

International audience The session-typed programming language Session Java (SJ) has proved to be an effective tool for distributed programming, promoting structured programming for communications and compile-time safety. This paper investigates the use of SJ for session-typed parallel programming, a...

Full description

Bibliographic Details
Main Authors: Ng, Nicholas, Yoshida, Nobuko, Pernet, Olivier, Hu, Raymond, Kryftis, Yiannos
Other Authors: Imperial College London, National Technical University of Athens Athens (NTUA), Wolfgang Meuter, Gruia-Catalin Roman, TC 6, WG 6.1
Format: Conference Object
Language:English
Published: HAL CCSD 2011
Subjects:
Online Access:https://hal.inria.fr/hal-01582999
https://hal.inria.fr/hal-01582999/document
https://hal.inria.fr/hal-01582999/file/978-3-642-21464-6_8_Chapter.pdf
https://doi.org/10.1007/978-3-642-21464-6_8
Description
Summary:International audience The session-typed programming language Session Java (SJ) has proved to be an effective tool for distributed programming, promoting structured programming for communications and compile-time safety. This paper investigates the use of SJ for session-typed parallel programming, and introduces new language primitives for chained iteration and multi-channel communication. These primitives allow the efficient coordination of parallel computation across multiple processes, thus enabling SJ to express the complex communication topologies often used by parallel algorithms. We demonstrate that the new primitives yield clearer and safer code for pipeline, ring and mesh topologies through implementations of representative parallel algorithms. We then present a semantics and session typing system including the new primitives, and prove type soundness and deadlock-freedom for our implementations. The benchmark results show that the new SJ is substantially faster than the original SJ and performs competitively against MPJ Express used as reference.