A simple distributed garbage collector for distributed real-time Java Articles
Overview
published in
- JOURNAL OF SUPERCOMPUTING Journal
publication date
- December 2014
start page
- 1588
end page
- 1616
issue
- 3
volume
- 70
Digital Object Identifier (DOI)
International Standard Serial Number (ISSN)
- 0920-8542
Electronic International Standard Serial Number (EISSN)
- 1573-0484
abstract
- The use of real-time distribution middleware programmed with high-level languages like Java is becoming of increasing interest in next generation applications. Technology like Java's Remote Method Invocation (RMI) paves the way towards these new distributed horizons. RMI offers many high-level abstractions useful for distributed application programmers to reduce their development times. One of these abstractions is a distributed garbage collector (DGC) that removes unreachable remote objects from the distributed ecosystem. However, in real-time Java, distributed garbage collection is underspecified and it introduces unbounded indeterminism on end-to-end real-time Java communications. This article analyzes this problem proposing a simple characterization for a predictable real-time distributed garbage collector (RT-DGC). The approach requires support from the middleware infrastructure that implements the abstraction but it also introduces bounded overhead. The article provides insight on the performance that RT-DGC offers to a distributed real-time Java application and the extra overheads due to the intrinsic cost of this abstraction.
Classification
keywords
- real-time; java; distributed garbage collection; middleware; drtsj; rstj; embedded systems