- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 89字
- 2021-07-08 09:47:22
Deciphering the Process Scheduler
Process scheduling is one of the most crucial executive jobs of any operating system, Linux being no different. The heuristics and efficiency in scheduling processes is what make any operating system tick and also give it an identity, such as a general-purpose operating system, server, or a real-time system. In this chapter, we will get under the skin of the Linux scheduler, deciphering concepts such as:
- Linux scheduler design
- Scheduling classes
- Scheduling policies and priorities
- Completely Fair Scheduler
- Real-Time Scheduler
- Deadline Scheduler
- Group scheduling
- Preemption
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- R語言經典實例(原書第2版)
- C語言程序設計(第3版)
- Learning Selenium Testing Tools with Python
- 深入淺出Spring Boot 2.x
- PyTorch自然語言處理入門與實戰
- 零基礎學Java程序設計
- 青少年學Python(第1冊)
- Clojure Reactive Programming
- Angular開發入門與實戰
- Procedural Content Generation for C++ Game Development
- Python 3 數據分析與機器學習實戰
- Java7程序設計入門經典
- SEO教程:搜索引擎優化入門與進階(第3版)
- 實驗編程:PsychoPy從入門到精通