Lecture 7: Event-driven schedulers

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 3

  • @maheswariyarra9722
    @maheswariyarra9722 5 років тому

    Our Lecturers said the same by looking at your videos.But your lecture is easier to understand.This shows that it needs more than just knowledge to teach the things.

  • @maheswariyarra9722
    @maheswariyarra9722 5 років тому +1

    very nice. It is very Useful and easy to understand the class. And one thing i did not understand the Event Driven Schedulers

    • @ravishankarnolastname1917
      @ravishankarnolastname1917 2 місяці тому

      time driven schedulers - triggers a scheduling point every time timer expires (no priorities/preemption). Event driven schedulers - triggers a scheduling point every time an event occurs like a task is ready/complete (priority involved, preemptible).