Abstract
The ability to create succinct programs is a central criterion for comparing programming and specification methods. Specifically, approaches to concurrent programming can often be thought of as idioms for the composition of automata, and as such they can then be compared using the standard and natural measure for the complexity of automata, descriptive succinctness. This measure captures the size of the automata that the evaluated approach needs for expressing the languages under discussion. The significance of this metric lies, among other things, in its impact on software reliability, maintainability, reusability and simplicity, and on software analysis and verification. Here, we focus on the succinctness afforded by three basic concurrent programming idioms: requesting events, blocking events and waiting for events. We show that a programming model containing all three idioms is exponentially more succinct than non-parallel automata, and that its succinctness is additive to that of classical nondeterministic and "and" automata. We also show that our model is strictly contained in the model of cooperating automata à la statecharts, but that it may provide similar exponential succinctness over non-parallel automata as the more general model - while affording increased encapsulation. We then investigate the contribution of each of the three idioms to the descriptive succinctness of the model as a whole, and show that they each have their unique succinctness advantages that are not subsumed by their counterparts. Our results contribute to a rigorous basis for assessing the complexity of specifying, developing and maintaining complex concurrent software.
Original language | American English |
---|---|
Title of host publication | 26th International Conference on Concurrency Theory, CONCUR 2015 |
Editors | Luca Aceto, David de Frutos Escrig |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
Pages | 85-99 |
Number of pages | 15 |
ISBN (Electronic) | 9783939897910 |
DOIs | |
State | Published - 1 Aug 2015 |
Externally published | Yes |
Event | 26th International Conference on Concurrency Theory, CONCUR 2015 - Madrid, Spain Duration: 1 Sep 2015 → 4 Sep 2015 |
Publication series
Name | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 42 |
ISSN (Print) | 1868-8969 |
Conference
Conference | 26th International Conference on Concurrency Theory, CONCUR 2015 |
---|---|
Country/Territory | Spain |
City | Madrid |
Period | 1/09/15 → 4/09/15 |
Bibliographical note
Funding Information:The research of Harel, Katz, Lampert and Marron was partly supported by an Advanced Research Grant from the ERC under the European Community''s 7th Framework Programme (FP7/2007-2013), by an ISF grant, and by the Philip M. Klutznick Fund for Research, the Joachimowicz Fund and the Benoziyo Fund for the Advancement of Science at the Weizmann Institute of Science. The research of Weiss was supported by the Lynn and William Frankel Center for CS at Ben-Gurion University, by a reintegration (IRG) grant under the European Community''s FP7 Programme, and by an ISF grant.
Publisher Copyright:
© David Harel, Guy Katz, Robby Lampert, Assaf Marron, and Gera Weiss; licensed under Creative Commons License CC-BY.
Keywords
- Automata
- Bounded concurrency
- Descriptive succinctness
- Module size