What exactly is RTSJ, the Real-Time Specification for Java?
问题 What exactly is the Java Real Time Specification? That is, how does it differ from the "regular" Java SE or Java EE specifications? 回答1: At its core, real-time computing is about predictability -- the knowledge that the system will always perform within the required time frame. Basically, this is something you won't be able to achieve with the regular VM (and its stop-the-world GC amongst other things), hence the need for another specification: The Real-Time Specification for Java (RTSJ), or