Completed
Should we ship it
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Scheduler Saga
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is the scheduler
- 3 Why do we need a scheduler
- 4 When does it do all the scheduling
- 5 Goals
- 6 Question
- 7 N1 Scheduling
- 8 Reuse Threads
- 9 Run Queue
- 10 Concurrency
- 11 Limit Threads
- 12 Should we ship it
- 13 Distributed run queues
- 14 Work stealing
- 15 Handoff
- 16 Ghost Scheduler
- 17 Cooperative preemption
- 18 Conclusion