Transactions and groups as generic building blocks for software fault tolerance

  • Authors:
  • Marta Patiño-Martínez;Ricardo Jiménez-Peris;Alexander Romanovsky

  • Affiliations:
  • Technical University of Madrid, Spain;Technical University of Madrid, Spain;School of Computing Science, University of Newcastle upon Tyne, UK

  • Venue:
  • Ada-Europe'03 Proceedings of the 8th Ada-Europe international conference on Reliable software technologies
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

During the last decades several mechanisms for tolerating errors caused by software (design) faults have been put forward. Unfortunately only few experimental programming languages have incorporated them, so these schemes are not available in programming languages and systems that are used in developing modern applications. This is why programmers must either implement these mechanisms themselves or follow very complicated guidelines. It is not the case for software mechanisms developed for tolerating hardware faults (site crashes). Many programming languages and development systems provide mechanisms to cope with site failures. For instance, transactions are defined as one of the basic services in CORBA, Enterprise JavaBeans and Jini. In this paper we demonstrate how to implement mechanisms to tolerate software faults on the top of the mechanisms proposed for tolerating hardware errors.