- Mastering C++ Multithreading
- Maya Posch
- 89字
- 2021-07-15 17:34:00
Combining multiprocessing with multithreading
Virtually any modern system combines multiprocessing with multithreading, courtesy of multi-core CPUs, which combine two or more processing cores on a single processor die. What this means for an operating system is that it has to schedule tasks both across multiple processing cores while also scheduling them on specific cores in order to extract maximum performance.
This is the area of task schedulers, which we will look at in a moment. Suffice it to say that this is a topic worthy of its own book.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Python編程自學手冊
- C#程序設計實訓指導書
- Mastering Unity Shaders and Effects
- 精通Python自然語言處理
- C語言實驗指導及習題解析
- Scientific Computing with Scala
- Android程序設計基礎
- 從零開始學Linux編程
- SQL 經典實例
- Learning Node.js for .NET Developers
- JSP程序設計實例教程(第2版)
- Penetration Testing with the Bash shell
- HTML5移動前端開發(fā)基礎與實戰(zhàn)(微課版)
- MySQL數(shù)據(jù)庫教程(視頻指導版)