Sciweavers

ISORC
2008
IEEE

Toward Libraries for Real-Time Java

13 years 11 months ago
Toward Libraries for Real-Time Java
Reusable libraries are problematic for real-time software in Java. Using Java’s standard class library, for example, demands meticulous coding and testing to avoid response time spikes and garbage collection. We propose two design requirements for reusable libraries in real-time systems: worst-case execution time (WCET) bounds and worstcase memory consumption bounds. Furthermore, WCET cannot be known if blocking method calls are used. We have applied these requirements to the design of three Javabased prototypes: a set of collection classes, a networking stack, and trigonometric functions. Our prototypes show that reusable libraries can meet these requirements and thus be viable for real-time systems.
Trevor Harmon, Martin Schoeberl, Raimund Kirner, R
Added 31 May 2010
Updated 31 May 2010
Type Conference
Year 2008
Where ISORC
Authors Trevor Harmon, Martin Schoeberl, Raimund Kirner, Raymond Klefstad
Comments (0)