0
4.9kviews
Explain pre-emptive scheduling and round-robin scheduling algorithms in RTOS.
1 Answer
| written 6.9 years ago by | • modified 6.9 years ago |
Preemptive scheduling :-
Preemptive scheduling ensures that every task will get CPU time for execution . The allotment of CPU time depends on the preemptive scheduling algorithm.
It allows a process to be interrupted in the middle of its execution, taking the CPU away and allocating it to another process. …