Lock-free multi-threading is for real threading experts...

Posted by vdhant on Stack Overflow See other posts from Stack Overflow or by vdhant
Published on 2010-03-27T10:50:57Z Indexed on 2010/03/27 10:53 UTC
Read the original article Hit count: 448

Filed under:
|
|
|
|

I was reading through an answer that Jon Skeet gave to a question and in it he mentioned this:

As far as I'm concerned, lock-free multi-threading is for real threading experts, of which I'm not one.

Its not the first time that I have heard this, but I find very few people talking about how you actually do it if you are interested in learning how to write lock-free multi-threading code.

So my question is besides learning all you can about threading, etc where do you start trying to learn to specifically write lock-free multi-threading code and what are some good resources.

Cheers

© Stack Overflow or respective owner

Related posts about multithreading

Related posts about threading