What are the best resources for learning about concurrency and multi-threaded applications?

Posted by Zepee on Programmers See other posts from Programmers or by Zepee
Published on 2012-02-18T10:52:11Z Indexed on 2012/04/16 5:45 UTC
Read the original article Hit count: 408

I realised I have a massive knowledge gap when it comes to multi-threaded applications and concurrent programming. I've covered some basics in the past, but most of it seems to be gone from my mind, and it is definitely a field that I want, and need, to be more knowledgeable about.

What are the best resources for learning about building concurrent applications? I'm a very practical oriented person, so if said book contains concrete examples the better, but I'm open to suggestions. I personally prefer to work in pseudocode or C++, and a slant toward game development would be best, but not required.

© Programmers or respective owner

Related posts about design

Related posts about multithreading