vote up 2 vote down star
3

Is there any good book for c++ threading which uses boost threads. Please post one book per answer

flag

Why one book per answer?! – OJ Nov 19 '08 at 4:44
1  
SO no book get repeated + good books gets listed first – yesraaj Nov 19 '08 at 4:48

6 Answers

vote up 2 vote down check

This isn't out yet but I suspect it will high quality:

C++ Concurrency in Action

link|flag
Poster said "post one book per answer" – eed3si9n Nov 19 '08 at 7:58
vote up 2 vote down

C++ Cookbook

http://safari.oreilly.com/0596007612/ch12-3-fm2xml

link|flag
vote up 2 vote down

Per my previous post (Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs)

The ISBN for the book is (ISBN-10:) 0471725048

link|flag
vote up 1 vote down

I found Patterns for Parallel Programming to be a great way to get my head around threading in general. It helps you recognize what your problem is, how to thread it, and how not to thread it. It also covers some libraries(C,Fortran,Java), but its mostly about how to write multithreaded software under any language. So its a timeless lesson. Not boost in particular though.

link|flag
vote up 0 vote down

Even though this isn't C++, it is a really well written treatment of many concurrency subjects:

Java Concurrency in Practice

link|flag
vote up 0 vote down

With the meta answer, here's an excellent list of recommended resources:

Concurrent and Distributed Programming - recommended reading

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.