- Mastering C# Concurrency
- Eugene Agafonov Andrew Koryavchenko
- 85字
- 2021-07-09 21:26:06
Summary
In this chapter, we learned about the issues with using shared data from multiple threads. We looked through the different techniques allowing us to organize concurrent access to shared state more efficiently in different scenarios. We also established an understanding about the performance issues of using locks, thread blocking, and context switching.
In the next chapter, we will continue to explore concurrent access to shared data. However, this time we will try to avoid locks and make our parallel program more robust and efficient.
推薦閱讀
- 高手是如何做產品設計的(全2冊)
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 移動UI設計(微課版)
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Oracle從新手到高手
- R語言游戲數據分析與挖掘
- Python爬蟲開發與項目實戰
- Java:Data Science Made Easy
- Hands-On JavaScript High Performance
- 軟件工程
- 軟件測試實用教程
- Visual Basic程序設計上機實驗教程
- Instant Automapper
- iOS開發項目化入門教程
- Java高手是怎樣煉成的:原理、方法與實踐