Concurrent Programming on Windows

  • Authors:
  • Joe Duffy

  • Affiliations:
  • -

  • Venue:
  • Concurrent Programming on Windows
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

I have been fascinated with concurrency ever since I added threading support to the Common Language Runtime a decade ago. Thats also where I met Joe, who is a world expert on this topic. These days, concurrency is a first-order concern for practically all developers. Thank goodness for Joes book. It is a tour de force and I shall rely on it for many years to come. Chris Brumme, Distinguished Engineer, MicrosoftI first met Joe when we were both working with the Microsoft CLR team. At that time, we had several discussions about threading and it was apparent that he was as passionate about this subject as I was. Later, Joe transitioned to Microsofts Parallel Computing Platform team where a lot of his good ideas about threading could come to fruition. Most threading and concurrency books that I have come across contain information that is incorrect and explains how to solve contrived problems that good architecture would never get you into in the first place. Joes book is one of the very few books that I respect on the matter, and this respect comes from knowing Joes knowledge, experience, and his ability to explain concepts. Jeffrey Richter, WintellectThere are few areas in computing that are as important, or shrouded in mystery, as concurrency. Its not simple, and Duffy doesnt claim to make it sobut armed with the right information and excellent advice, creating correct and highly scalable systems is at least possible. Every self-respecting Windows developer should read this book. Jonathan Skeet, Software Engineer, ClearswiftWhat I love about this book is that it is both comprehensive in its coverage of concurrency on the Windows platform, as well as very practical in its presentation of techniques immediately applicable to real-world software development. Joes book is a must have resource for anyone building native or managed code Windows applications that leverage concurrency! Steve Teixeira, Product Unit Manager, Parallel Computing Platform, Microsoft CorporationThis book is a fabulous compendium of both theoretical knowledge and practical guidance on writing effective concurrent applications. Joe Duffy is not only a preeminent expert in the art of developing parallel applications for Windows, hes also a true student of the art of writing. For this book, he has combined those two skill sets to create what deserves and is destined to be a long-standing classic in developers hands everywhere. Stephen Toub, Program Manager Lead, Parallel Computing Platform, MicrosoftAs chip designers run out of ways to make the individual chip faster, they have moved towards adding parallel compute capacity instead. Consumer PCs with multiple cores are now commonplace. We are at an inflection point where improved performance will no longer come from faster chips but rather from our ability as software developers to exploit concurrency. Understanding the concepts of concurrent programming and how to write concurrent code has therefore become a crucial part of writing successful software. With Concurrent Programming on Windows, Joe Duffy has done a great job explaining concurrent concepts from the fundamentals through advanced techniques. The detailed descriptions of algorithms and their interaction with the underlying hardware turn a complicated subject into something very approachable. This book is the perfect companion to have at your side while writing concurrent software for Windows. Jason Zander, General Manager, Visual Studio, MicrosoftWhen you begin using multi-threading throughout an application, the importance of clean architecture and design is critical. . . . This places an emphasis on understanding not only the platforms capabilities but also emerging best practices. Joe does a great job interspersing best practices alongside theory throughout his book.From the Foreword by Craig Mundie, Chief Research and Strategy Officer, Microsoft CorporationAuthor Joe Duffy has risen to the challenge of explaining how to write software that takes full advantage of concurrency and hardware parallelism. In Concurrent Programming on Windows, he explains how to design, implement, and maintain large-scale concurrent programs, primarily using C# and C++ for Windows.Duffy aims to give application, system, and library developers the tools and techniques needed to write efficient, safe code for multicore processors. This is important not only for the kinds of problems where concurrency is inherent and easily exploitablesuch as server applications, compute-intensive image manipulation, financial analysis, simulations, and AI algorithmsbut also for problems that can be speeded up using parallelism but require more effortsuch as math libraries, sort routines, report generation, XML manipulation, and stream processing algorithms.Concurrent Programming on Windows has four major sections: The first introduces concurrency at a high level, followed by a section that focuses on the fundamental platform features, inner workings, and API details. Next, there is a section that describes common patterns, best practices, algorithms, and data structures that emerge while writing concurrent software. The final section covers many of the common system-wide architectural and process concerns of concurrent programming. This is the only book youll need in order to learn the best practices and common patterns for programming with concurrency on Windows and .NET.