Difference Between Preemptive and Non-Preemptive Scheduling

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 5

  • @tylerlewis623
    @tylerlewis623 2 роки тому +5

    A preemptive priority scheduling algorithm will preempt the CPU if the priority of the newly arrived process is higher than the priority of the currently running process. A nonpreemptive priority scheduling algorithm however will simply put the new process at the head of the ready queue. Typically on a first come first serve basis. Non-preemptive processes will never starve unless in the situation with an infinite program ahead in queue

  • @kalyan07parigi57
    @kalyan07parigi57 2 роки тому +4

    Nice explaination. Keep posting videos Sister.

  • @StatGuyZ
    @StatGuyZ 11 місяців тому

    Clear explanation thanks

  • @aqizeth4895
    @aqizeth4895 Рік тому

    Thank you, so Round Robin is preemptive!

  • @mehdisharifi3381
    @mehdisharifi3381 Рік тому

    Thank you.