vote up 12 vote down star
25

I am asking about a good reference for multithreading programming in terms of concepts with good examples using C++/C#?

flag

72% accept rate

7 Answers

vote up 6 vote down

I recommend Joe Duffy's new book on concurrency on Windows. He covers both the Win32 API and the .NET framework. Excellent reading.

link|flag
vote up 1 vote down

The Little Book of Semaphores is a free, online introductory textbook. Example code is all in Python.

link|flag
vote up 1 vote down

The MSDN Library, while verbose, details most the information you'll need and has links to a bunch of tutorials - article.

link|flag
vote up 1 vote down

I bought the vb.net version of this book C# Threading Handbook (Paperback) from amazon, which has all the reference i need.

link|flag
vote up 3 vote down

http://www.albahari.com/threading/

Free threading book by Joseph Albahari..

PS: There are also Chinese, Czech, Persian, Russian translations on the site..

link|flag
vote up 6 vote down
link|flag

Your Answer

Get an OpenID
or

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