@TechReport{Supelec689,
author = {Constantinos Makassikis and Virginie Galtier and Stephane Vialle},
title = {{A Javaspace-based Framework for Efficient Fault-Tolerant Master-Worker Distributed Applications}},
year = {2010},
number = {RR-7496},
organization = {INRIA},
type = {Rapport de recherche},
url = {http://hal.archives-ouvertes.fr/inria-00548951/PDF/RR-7496.pdf},
abstract = {We propose a framework built around a JavaSpace to ease the development of bag-of-tasks applications. The framework may optionally and automatically tolerate transient crash failures occurring on any of the distributed elements. It relies on checkpointing and underlying middleware mechanisms to do so. To further improve checkpointing efficiency, both in size and frequency, the programmer can introduce intermediate user-de\fined checkpoint data and code within the task processing program. The framework used without fault tolerance accelerates application development, does not introduce runtime overhead and yields to expected speedup. When enabling fault tolerance, our framework allows, despite failures, correct completion of applications with limited runtime and data storage overheads. Experiments run with up to 128 workers study the impact of some user-related and implementation-related parameters on overall performance, and reveal good performances for classical JavaSpace-based master- worker application pro\files.}
}