real-time scheduling algorithm

Thread Starter

rt694157

Joined Dec 15, 2019
78
Hi, I was reading a link that gave some information about real-time scheduling. There was the example given that I didn't understand

For Example, in a real-time scheduling algorithm a deadline could be set to five nano-seconds. In a critical operation the task must be processed in the time specified by the deadline (i.e. five nano-seconds). A task in a real-time system must be completed “neither too early nor too late.

Taking an example will be a little easier to understand. Can anyone tell what are the examples of tasks in the real world that should be completed in such a short time
 

MrChips

Joined Oct 2, 2009
30,806
Are you sure it is five nano-seconds?
5ns is extremely short. The reciprocal of 5ns is 200MHz. This would require a CPU to be running with a clock frequency multiple times faster than 200MHz.

What type of computer system is this?
 

Thread Starter

rt694157

Joined Dec 15, 2019
78
Are you sure it is five nano-seconds?
5ns is extremely short. The reciprocal of 5ns is 200MHz. This would require a CPU to be running with a clock frequency multiple times faster than 200MHz.

What type of computer system is this?
The example given in this page example is in the first paragrap
 
Top