concurrency and locking explained

  • Thread starter Thread starter Allan Ebdrup
  • Start date Start date
A

Allan Ebdrup

I've used locking in various forms in some of the code I've developed at
work.
Now I have to explain why, to some other programmers. Rather than explain
concurrency problems myself I thought I might refer them to an introduction
to concurrency and locking on the net, but I can't seem to find one, does
anyone know where I can find an introduction to the basics of concurrency
and locking?

Kind Regards,
Allan Ebdrup
 
I've used locking in various forms in some of the code I've developed at
work.
Now I have to explain why, to some other programmers. Rather than explain
concurrency problems myself I thought I might refer them to an introduction
to concurrency and locking on the net, but I can't seem to find one, does
anyone know where I can find an introduction to the basics of concurrency
and locking?

Kind Regards,
Allan Ebdrup

This one is pretty good too.

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