- Mastering C++ Multithreading
- Maya Posch
- 164字
- 2021-07-15 17:33:57
Multithreading Implementation on the Processor and OS
The foundation of any multithreaded application is formed by the implementation of the required features by the hardware of the processor, as well as by the way these features are translated into an API for use by applications by the operating system. An understanding of this foundation is crucial for developing an intuitive understanding of how to best implement a multithreaded application.
This chapter looks at how hardware and operating systems have evolved over the years to arrive at the current implementations and APIs as they are in use today. It shows how the example code of the previous chapter ultimately translates into commands to the processor and related hardware.
Topics covered in this chapter include the following:
- The evolution of processor hardware in order to support multithreading concepts
- How operating systems changed to use these hardware features
- Concepts behind memory safety and memory models in various architectures
- Differences between various process and threading models by OSes
推薦閱讀
- Python概率統計
- 基于粒計算模型的圖像處理
- Building a Game with Unity and Blender
- Vue.js 3.x從入門到精通(視頻教學版)
- aelf區塊鏈應用架構指南
- INSTANT CakePHP Starter
- Java程序設計:原理與范例
- Swift Playgrounds少兒趣編程
- SQL Server數據庫管理與開發兵書
- INSTANT Silverlight 5 Animation
- CRYENGINE Game Development Blueprints
- R Data Science Essentials
- Mastering Apache Storm
- Mastering PowerCLI
- Learning Alfresco Web Scripts