Frameworks for designing and implementing dependable systems using Coordinated Atomic Actions: A comparative study

  • Authors:
  • Alfredo Capozucca;Nicolas Guelfi;Patrizio Pelliccione;Alexander Romanovsky;Avelino F. Zorzo

  • Affiliations:
  • LASSY, University of Luxembourg, Luxembourg;LASSY, University of Luxembourg, Luxembourg;Department of Computer Science, University of L'Aquila, L'Aquila, Italy;Center for Software Reliability, University of Newcastle upon Tyne, England, United Kingdom;Faculty of Informatics, Pontifical Catholic University of RS, Brazil

  • Venue:
  • Journal of Systems and Software
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents ways of implementing dependable distributed applications designed using the Coordinated Atomic Action (CAA) paradigm. CAAs provide a coherent set of concepts adapted to fault tolerant distributed system design that includes structured transactions, distribution, cooperation, competition, and forward and backward error recovery mechanisms triggered by exceptions. DRIP (Dependable Remote Interacting Processes) is an efficient Java implementation framework which provides support for implementing Dependable Multiparty Interactions (DMI). As DMIs have a softer exception handling semantics compared with the CAA semantics, a CAA design can be implemented using the DRIP framework. A new framework called CAA-DRIP allows programmers to exclusively implement the semantics of CAAs using the same terminology and concepts at the design and implementation levels. The new framework not only simplifies the implementation phase, but also reduces the final system size as it requires less number of instances for creating a CAA at runtime. The paper analyses both implementation frameworks in great detail, drawing a systematic comparison of the two. The CAAs behaviour is described in terms of Statecharts to better understand the differences between the two frameworks. Based on the results of the comparison, we use one of the frameworks to implement a case study belonging to the e-health domain.