- 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.
推薦閱讀
- Python編程自學手冊
- Mastering Visual Studio 2017
- Building a RESTful Web Service with Spring
- MongoDB for Java Developers
- 區塊鏈:以太坊DApp開發實戰
- Apache Mesos Essentials
- 大學計算機基礎(第2版)(微課版)
- Apache Mahout Clustering Designs
- Scala Reactive Programming
- 詳解MATLAB圖形繪制技術
- 機器學習微積分一本通(Python版)
- Python 3 Object:oriented Programming(Second Edition)
- Learning PrimeFaces Extensions Development
- 中小企業網站建設與管理(靜態篇)
- 匯編語言程序設計