- Mastering C++ Multithreading
- Maya Posch
- 104字
- 2021-07-15 17:34:01
Summary
In this chapter, we saw how processes and threads are implemented both in operating systems and in hardware. We also looked at various configurations of processor hardware and elements of operating systems involved in scheduling to see how they provide various types of task processing.
Finally, we took the multithreaded program example of the previous chapter, and ran through it again, this time considering what happens in the OS and processor while it is being executed.
In the next chapter, we will take a look at the various multithreading APIs being offered via OS and library-based implementations, along with examples comparing these APIs.
推薦閱讀
- Learning Elixir
- Expert Android Programming
- Apache Mesos Essentials
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Responsive Web Design by Example
- Learning AngularJS for .NET Developers
- Android開發(fā)三劍客:UML、模式與測試
- Modern C++ Programming Cookbook
- 編程的原則:改善代碼質(zhì)量的101個方法
- Microsoft Windows Identity Foundation Cookbook
- 第五空間戰(zhàn)略:大國間的網(wǎng)絡(luò)博弈
- 開源網(wǎng)絡(luò)地圖可視化:基于Leaflet的在線地圖開發(fā)
- Mastering R for Quantitative Finance
- Python程序設(shè)計現(xiàn)代方法
- LibGDX Game Development By Example