concurrency and locking explained

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
 
B

Brian Gideon

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top