Chapter Questions
Show how Ada can implement block-level deadline violations. How can the equivalent be done in Real-Time Java or Real-Time POSIX?
Can the deadline overrun of a periodic thread in Real-Time Java be detected?
What is the role of deadline in the specification of a Real-Time Java event handler?
To what extent can the violation of maximum arrival frequency of sporadic events be detected in Ada, Real-Time POSIX and Real-Time Java?
To what extent can event-based reconfiguration be performed in Real-Time Java?
Outline (with code) how Ada supports sporadic tasks. How can the task protect itself from executing more often than its minimum inter-arrival time?
To what extent can sporadic servers be implemented in Ada?
To what extent can ProcessingGroupParameters be used by a RealTime Java scheduler to support sporadic servers?