Sciweavers

ADAEUROPE
1997
Springer

On Programming Atomic Actions in Ada 95

13 years 8 months ago
On Programming Atomic Actions in Ada 95
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).
Alexander B. Romanovsky, Stuart E. Mitchell, Andy
Added 07 Aug 2010
Updated 07 Aug 2010
Type Conference
Year 1997
Where ADAEUROPE
Authors Alexander B. Romanovsky, Stuart E. Mitchell, Andy J. Wellings
Comments (0)