- 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
推薦閱讀
- INSTANT OpenCV Starter
- TypeScript Blueprints
- Java完全自學(xué)教程
- Java:Data Science Made Easy
- The Computer Vision Workshop
- 名師講壇:Java微服務(wù)架構(gòu)實戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- R Data Analysis Cookbook(Second Edition)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Learning PHP 7
- Getting Started with Polymer
- ASP.NET Web API Security Essentials
- IPython Interactive Computing and Visualization Cookbook
- Python預(yù)測之美:數(shù)據(jù)分析與算法實戰(zhàn)(雙色)
- 軟件測試分析與實踐
- WordPress Search Engine Optimization(Second Edition)