- 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
推薦閱讀
- 大話PLC(輕松動漫版)
- Facebook Application Development with Graph API Cookbook
- PHP基礎案例教程
- Java FX應用開發(fā)教程
- Practical DevOps
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- Learning Network Forensics
- 信息技術(shù)應用基礎
- Python算法從菜鳥到達人
- Building RESTful Python Web Services
- Clojure for Java Developers
- SQL Server 入門很輕松(微課超值版)
- C語言程序設計實踐
- Secret Recipes of the Python Ninja
- 黑莓(BlackBerry)開發(fā)從入門到精通