Scheduling Real-Time Processes
A real-time process is characterized by continual input, which must be processed fast enough to generate nearly instantaneous output. Each arriving input item is subject to a deadline. Ex: Streaming of audio or video, processing and displaying radar data, control of robots or of fly-by-wire aircraft. A period is a time interval (typically in milliseconds or even microseconds for…