Asynchronously Communicating Visibly Pushdown Systems

FORTE/FMOODS 2013 screenshot

Abstract

We introduce an automata-based formal model suitable for specifying, modeling, analyzing, and verifying asynchronous task-based and message-passing programs. Our model consists of visibly pushdown automata communicating over unbounded reliable point-to-point first-in-first-out queues. Such a combination unifies two branches of research, one focused on task-based models, and the other on models of message-passing programs. Our model generalizes previously proposed models that have decidable reachability in several ways. Unlike task-based models of asynchronous programs, our model allows sending and receiving of messages even when stacks are not empty, without imposing restrictions on the number of context-switches or communication topology. Our model also generalizes the well-known communicating finite-state machines with recognizable channel property allowing (1) individual components to be visibly pushdown automata, which are more suitable for modeling (possibly recursive) programs, (2) the set of words (i.e., languages) of messages on queues to form a visibly pushdown language, which permits modeling of remote procedure calls and simple forms of counting, and (3) the relations formed by tuples of such languages to be synchronized, which permits modeling of complex interactions among processes. In spite of these generalizations, we prove that the composite configuration and control-state reachability are still decidable for our model.

Citation

Domagoj Babic, Zvonimir Rakamaric
Asynchronously Communicating Visibly Pushdown Systems
Proceedings of the IFIP Joint International Conference on Formal Techniques for Distributed Systems (33rd FORTE/15th FMOODS), 7892: 225--241, doi:10.1007/978-3-642-38592-6_16, 2013.

BibTeX

@inproceedings{2013_forte_br,
  title = {Asynchronously Communicating Visibly Pushdown Systems},
  author = {Domagoj Babic and Zvonimir Rakamaric},
  booktitle = {Proceedings of the IFIP Joint International Conference on Formal Techniques for Distributed Systems (33rd FORTE/15th FMOODS)},
  series = {Lecture Notes in Computer Science},
  volume = {7892},
  publisher = {Springer},
  editor = {Dirk Beyer and Michele Boreale},
  pages = {225--241},
  doi = {10.1007/978-3-642-38592-6_16},
  year = {2013}
}

Acknowledgements

We would like to thank Brad Bingham, Jesse Bingham, Matko Botincan, Steven McCamant, Jan Pachl, Shaz Qadeer, and Serdar Tasiran for their feedback on the early drafts of this document. The first author did this work while he was at UC Berkeley, where his research was sponsored by LLNL.