- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 84字
- 2021-07-08 09:47:22
Summary
We understood one of the principal abstractions of Linux called the process, and the whole ecosystem that facilitates this abstraction. The challenge now remains in running the scores of processes by providing fair CPU time. With many-core systems imposing a multitude of processes with diverse policies and priorities, the need for deterministic scheduling is paramount.
In our next chapter, we will delve into process scheduling, another critical aspect of process management, and comprehend how the Linux scheduler is designed to handle this diversity.
推薦閱讀
- Learning RxJava
- Ext JS Data-driven Application Design
- R語言游戲數據分析與挖掘
- Mastering C# Concurrency
- 區塊鏈:以太坊DApp開發實戰
- Windows Server 2012 Unified Remote Access Planning and Deployment
- PHP編程基礎與實例教程
- 運維前線:一線運維專家的運維方法、技巧與實踐
- JavaScript機器人編程指南
- Lift Application Development Cookbook
- Apache Solr PHP Integration
- STM8實戰
- Mastering Unreal Engine 4.X
- 安卓工程師教你玩轉Android
- WCF全面解析