What exactly is the Java Real Time Specification? That is, how does it differ from the “regular” Java SE or Java EE specifications?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
I warmly recommend the reading of:
Part 2, Garbage Collection and the Sun Java Real-Time System (Java RTS)