Sciweavers

ECRTS
2003
IEEE

A Real-Time RMI Framework for the RTSJ

13 years 10 months ago
A Real-Time RMI Framework for the RTSJ
The Real-Time Specification for Java (RTSJ) provides a platform for the development of real-time applications. However, the RTSJ does not take the distribution requirements of real-time applications into consideration. As distribution in Java is often implemented using Java’s Remote Method Invocation (RMI), a real-time version of RMI between RTSJ implementations can provide a platform for writing distributed real-time systems. This report describes a Real-Time RMI (RT-RMI) framework that supports timely invocation of remote objects. The thread classes defined by the RTSJ are used to provide the client and server threading mechanisms in the invocation process. The memory model of the RTSJ is considered to ensure that these threads correctly use memory areas and avoid memory leaks in the absence of the garbage collector. New classes are developed to control the threads used throughout the invocation and to provide new semantics for remote objects that can be invoked in a timely fash...
Andrew Borg, Andy J. Wellings
Added 04 Jul 2010
Updated 04 Jul 2010
Type Conference
Year 2003
Where ECRTS
Authors Andrew Borg, Andy J. Wellings
Comments (0)