what are the different scheduling policies in


What are the different scheduling policies in Linux

The Linux scheduler has three different scheduling policies: one for 'normal'Processes, and two for 'real time' processes

_ SCHED_FIFO, for a unalterable 'real time' process.

_ SCHED_RR, for an alterable 'real time' process,

_ SCHED_OTHER, for a 'classical' process.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what are the different scheduling policies in
Reference No:- TGS0327577

Expected delivery within 24 Hours