Abstract
Construction and analysis of distributed systems is difficult. Multiparty session types (MPST) constitute a method to make it easier. The idea is to use type checking to statically prove deadlock freedom and protocol compliance of communicating processes. In practice, the premier approach to apply the MPST method in combination with mainstream programming languages has been based on API generation. In this paper (pearl), we revisit and revise this approach. Regarding our “revisitation”, using Scala 3, we present the existing API generation approach, which is based on deterministic finite automata (DFA), in terms of both the existing states-as-classes encoding of DFAs as APIs, and a new states-as-type-parameters encoding; the latter leverages match types in Scala 3. Regarding our “revision”, also using Scala 3, we present a new API generation approach that is based on sets of pomsets instead of DFAs; it crucially leverages match types, too. Our fresh perspective allows us to avoid two forms of combinatorial explosion resulting from implementing concurrent subprotocols in the DFA-based approach. We implement our approach in a new API generation tool.
Original language | English |
---|---|
Title of host publication | 36th European Conference on Object-Oriented Programming |
Subtitle of host publication | ECOOP 2022 |
Editors | Karim Ali , Jan Vitek |
Publisher | Schloss Dagstuhl - LZI GmbH |
Pages | 27:1-27:28 |
Number of pages | 28 |
Volume | 222 |
ISBN (Print) | 9781713858881, 978-3-95977-225-9 |
DOIs | |
Publication status | Published - Jun 2022 |
Event | European Conference on Object Oriented Programming - Berlin, Germany Duration: 6 Jun 2022 → 10 Jun 2022 https://2022.ecoop.org/ |
Publication series
Series | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 222 |
ISSN | 1868-8969 |
Conference
Conference | European Conference on Object Oriented Programming |
---|---|
Abbreviated title | ECOOP 2022 |
Country/Territory | Germany |
City | Berlin |
Period | 6/06/22 → 10/06/22 |
Internet address |
Keywords
- Concurrency
- Scala 3
- match types
- pomsets (partially ordered multisets)