JUCS - Journal of Universal Computer Science 23(2): 129-145, doi: 10.3217/jucs-023-02-0129
Communication in Abstract State Machines
expand article infoEgon Börger, Klaus-Dieter Schewe
‡ Software Competence Center Hagenberg and Johannes Kepler University Linz, Hagenberg, Austria
Open Access
Abstract
Up to recently the majority of applications of the Abstract State Machines method for design and verification of computational systems used the shared variable approach. However in particular with distributed systems only various forms of communication may be available to share information. We define communicating ASMs by using instead of shared locations an explicit, abstract concept of Sending/Receiving messages which can be added to existing ASM execution engines. We aim to provide a definition which is a conservative extension of traditional ASMs, uniformly captures synchronous and asynchronous communication and is not bound to any specific message passing mechanism but can be instantiated to the major communication concepts in the literature. We illustrate the concept by an application to synchronous and asynchronous networks of communicating processes.
Keywords
distributed system, concurrency, Abstract State Machine, communication