文件名称:Concurrent programming on windows
文件大小:8.16MB
文件格式:PDF
更新时间:2017-10-31 07:19:57
并发 Windows 多线程 .NET
Windows并发程序设计。 Book Structure I've structured the book into four major sections. The first, Concepts, introduces concurrency at a high level without going too deep into any one topic. The next section, Mechanisms, focuses squarely on the fundamental platform features, inner workings, and API details. After that, the Techniques section describes common patterns, best practices, algorithms, and data structures that emerge while writing concurrent software. The fourth section, Systems, covers many of the system-wide architectural and process concerns that frequently arise. There is a progression here. Concepts is first because it develops a basic understanding of concurrency in general.Under standing the content in Techniques would be difficult without a solid understanding of the Mechanisms, and similarly , building real Systems would be impossible without understanding the rest. There are also two append ices at the end .