Sciweavers

JAVA
2000
Springer

Efficient replicated method invocation in Java

13 years 8 months ago
Efficient replicated method invocation in Java
We describe a new approach to object replication in Java, aimed at improving the performance of parallel programs. Our programming model allows the programmer to define groups of objects that can be replicated and updated as a whole, using totally-ordered broadcast to send update methods to all machines containing a copy. The model has been implemented in the Manta high-performance Java system. Performance measurements on a Myrinet cluster show that the replication mechanism is efficient (e.g., updating 16 replicas of a simple object takes 68 microseconds, only slightly longer than the Manta RMI latency). Example applications that use object replication perform as fast as manually optimized versions based on RMI.
Jason Maassen, Thilo Kielmann, Henri E. Bal
Added 25 Aug 2010
Updated 25 Aug 2010
Type Conference
Year 2000
Where JAVA
Authors Jason Maassen, Thilo Kielmann, Henri E. Bal
Comments (0)