Sciweavers

CUZA
2002

Distributed Threads in Java

13 years 3 months ago
Distributed Threads in Java
In this paper we present a mechanism for serializing the execution-state of a distributed Java application that is implemented on a conventional Object Request Broker (ORB) architecture such as Java Remote Method Invocation (RMI). To support serialization of distributed execution-state, we developed a byte code transformer and associated management subsystem that adds this functionality to a Java application by extracting execution-state from the application code. An important benefit of our mechanism is its portability. It can transparently be integrated into any legacy Java application. Furthermore, it does require no modifications to the Java Virtual Machine (JVM) or to the underlying ORB. Our serialization mechanism can serve many purposes such as migrating execution-state over the network or storing it on disk. In particular, we describe the implementation of a prototype for repartitioning distributed Java applications at run-time. Proper partitioning of distributed objects over t...
Danny Weyns, Eddy Truyen, Pierre Verbaeten
Added 18 Dec 2010
Updated 18 Dec 2010
Type Journal
Year 2002
Where CUZA
Authors Danny Weyns, Eddy Truyen, Pierre Verbaeten
Comments (0)