multi-threading recommendation

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

Does anyone have a recommend on a book or website which discusses
multi-threading concepts and practice with examples in C# ? Thanks.
 
John said:
Does anyone have a recommend on a book or website which discusses
multi-threading concepts and practice with examples in C# ? Thanks.


I haven't read it, but I have it on good authority that Joe Duffy's book
is an excellent resource, including for .NET-specific topics:
http://www.amazon.com/Concurrent-Programming-Windows-Joe-Duffy/dp/032143482X

Duffy is currently working on a second edition, but just a month ago he
described the status of that work as just starting "down the long road
of writing a 2nd edition"
(http://www.bluebytesoftware.com/blog/2009/09/29/2ndEditionOfConcurrentProgrammingOnWindows.aspx).
I would guess we're at least a year from seeing the second edition,
perhaps longer.

Pete
 
Back
Top