February 2020
Intermediate to advanced
292 pages
8h 54m
English
In a system programming context, there are cases where some processes must be handled differently than others. By differently, we mean the different ways a process gets a processor time or a different priority. A system programmer must be aware of this and learn how to interact with the scheduler's API. This recipe will show you how to change the policy of a process to meet different scheduling requirements.
Read now
Unlock full access