WoodFrog: A Persistence Library for SmartFrog Components”, Hewlett-Packard Laboratories

smartfrog, recovery, fault-tolerance, persistence, crash-restart This paper introduces Woodfrog, a library that provides persistence properties to Smartfrog components. As arctic wood frogs do to survive cold winters, our library "freezes " a component when there is a system failure so tha...

Full description

Bibliographic Details
Main Authors: Rodrigo Schmidt, Paul Murray
Other Authors: The Pennsylvania State University CiteSeerX Archives
Format: Text
Language:English
Subjects:
Online Access:http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.85.3799
http://www.hpl.hp.com/techreports/2006/HPL-2006-37.pdf
Description
Summary:smartfrog, recovery, fault-tolerance, persistence, crash-restart This paper introduces Woodfrog, a library that provides persistence properties to Smartfrog components. As arctic wood frogs do to survive cold winters, our library "freezes " a component when there is a system failure so that its internal state can be recovered and the execution resumed after the fault is overcome. Moreover, as part of the "thawing" process, references to the recovered component in other system objects are transparently restored. The library is implemented in a modular way with three very distinct tasks: stable state maintenance, component recovery and reference update. All these tasks can be overwritten and implemented using different algorithms, which allows the user to choose mechanisms more suitable to the application being deployed.