Search code examples
multithreadinglanguage-agnosticconcurrency

What are some good resources for learning threaded programming?


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?


Solution

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