The document provides an overview of real-time Java and its key concepts:
- Real-time means determinism where deadlines must be met, as opposed to just fast throughput.
- The Real-Time Specification for Java (RTSJ) addresses limitations of Java SE for real-time applications like unpredictable delays from class loading and garbage collection.
- RTSJ implementations like IBM WebSphere Real Time and Sun RTS add features like high resolution timers, priority scheduling, and asynchronous event handling.
Related topics: