Home » Questions » Computers [ Ask a new question ]

What are some good resources for learning threaded programming? [closed]

What are some good resources for learning threaded programming? [closed]

"Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.












Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 7 years ago.





Improve this question





With the rise of multicore CPUs on the desktop, multithreading skills will become a valuable asset for programmers. Can you recommend some good resources (books, tutorials, websites, etc.) for a programmer who is looking to learn about threaded programming?"

Asked by: Guest | Views: 333
Total answers/comments: 4
Guest [Entry]

Take a look at Herb Sutter's "The Free Lunch Is Over" and then his series of articles on Effective Concurrency.
Guest [Entry]

"Joseph Albahari wrote a good overview of Threading in C# here:

http://www.albahari.com/threading/"
Guest [Entry]

I've honestly never read it myself, but Concurrent Programming in Java is a book I've heard recommended by several people.
Guest [Entry]

http://www.yoda.arachsys.com/csharp/threads/