Review of Concurrent Programming on Windows
Got this book yesterday in the post and started reading. Table of contents is amazing for its practical depth and breadth. If you want me to provide a review in a language of concurrency (I’m reading many books in parallel) I would simply say one word:
Priority!
It simply means priority reading for any Windows software developer and maintainer. Invaluable for any engineer debugging complex software problems and analyzing Windows crash dumps. Simply because Microsoft OS and CLR developers use all this concurrent stuff and best practices described in the book so it is vital to be able recognize them in memory dumps. After reading this book you also get priority boost in your understanding of process and thread dynamics and your ability to plan, architect, design and implement concurrent applications and services.
Concurrent Programming on Windows (Microsoft .NET Development Series)
- Dmitry Vostokov @ DumpAnalysis.org -

December 6th, 2008 at 3:17 am
Is this book also suitable for C++ native Win32 API developers, or is it just geared towards .NET (ie. C# and C++ with CLR) ?
Is any of the code in C++ ?
December 9th, 2008 at 3:59 pm
Yes, there is code in C++. The book is suitable for unmanaged code developers too.
February 7th, 2009 at 6:35 pm
Hi Dmitry,
I am researching a lot about parallel and multicore programming.
I’ve read Joe’s book. Great book.
Now, I am reading C# 2008 and 2005 threaded programming, written by Gaston Hillar and published by Packt Publishing (funny covers with animals and insects).
Hillar’s book focuses on nice real-life examples to improve multicore CPUs usage. Nice work too. I recommend it to C# developers.
Cheers,
Daniel