Distributed BRAKES
During my master studies, I developed a mechanism for the serialization of the execution state of a distributed Java application, called
Distributed BRAKES. Distributed BRAKES is an extention of BRAKES,
a mechanism for serialization of JVM threads. Distributed BRAKES is portable across standard JVM 's. Any
existing Java application programmed by means of a control-flow programming model such as Java RMI can be extended with the
Distributed BRAKES functionality. You can download Distributed BRAKES here. Please consult the README file for details.
More information can be found in:
- D. Weyns, E. Truyen, and P. Verbaeten, Serialization of distributed execution-state in Java, Objects, Components, Architectures, Services, and Applications for a Networked World (Aksit, M. and Mezini, M. and Unland, R., eds.), vol 2591, Lecture Notes in Computer Science, pp. 41-61, 2003 (PDF)
- D. Weyns, E. Truyen, and P. Verbaeten, Serialization of Distributed Threads in Java, Scalable Computing: Practice and Experience 6 (1), pp. 81-98, July, 2005 (PDF)
|