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)

Buy from Amazon

- Dmitry Vostokov @ DumpAnalysis.org -

3 Responses to “Review of Concurrent Programming on Windows”

  1. Richard B. Says:

    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++ ?

  2. Dmitry Vostokov Says:

    Yes, there is code in C++. The book is suitable for unmanaged code developers too.

  3. Daniel Jamesson Says:

    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

Leave a Reply

You must be logged in to post a comment.