Abstract
This paper describes the development of two kinds of atomic action schemes for Ada 95. We start by discussing the basic features required of an atomic action scheme and what choices, e.g. between synchronous and asynchronous actions, are appropriate for Ada 95. We then present two implementations of actions; first using Ada 95 packages to create asynchronous actions and secondly, as sets of tasks for synchronous actions. For each action type, we present code fragments illustrating their development and use. Finally, we discuss some related issues (exception resolution, action nesting, state restoration, software re-use and extension, preventing information smuggling, distributed execution) which have been addressed in our work and show some of the problems encountered (the deserter problem, using different sorts of interparticipant communications and resources).
Original language | English |
---|---|
Title of host publication | RELIABLE SOFTWARE TECHNOLOGIES - ADA-EUROPE '97 |
Editors | K Hardy, J Briggs |
Place of Publication | BERLIN 33 |
Publisher | Springer |
Pages | 254-265 |
Number of pages | 12 |
ISBN (Print) | 3-540-63114-3 |
Publication status | Published - 1997 |
Event | 1997 Ada-Europe International Conference on Reliable Software Technologies (Ada-Europe 97) - LONDON Duration: 2 Jun 1997 → 6 Jun 1997 |
Conference
Conference | 1997 Ada-Europe International Conference on Reliable Software Technologies (Ada-Europe 97) |
---|---|
City | LONDON |
Period | 2/06/97 → 6/06/97 |
Keywords
- ERROR RECOVERY