- 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.
推薦閱讀
- AngularJS Web Application Development Blueprints
- Visual FoxPro 程序設計
- Java開發入行真功夫
- Hands-On JavaScript High Performance
- Building Mapping Applications with QGIS
- Unity 5.x By Example
- Python數據挖掘與機器學習實戰
- C++ Fundamentals
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Learning ROS for Robotics Programming
- Mastering Unity Scripting
- PHP高性能開發:基礎、框架與項目實戰
- Visual Basic程序設計
- 精通Rust(第2版)
- Learning Rust