views:

13

answers:

0

Zomg, so I am trying to pick up some concurrency stuff in asp.net, and so stumped. In .NET there's so many ways to go about it. I am overwhelmed with choices, so to speak.

There's lock, Monitor, Mutex, and Semaphore, which all seem to specialize in different problems with subtle differences.

Does anyone know of any good material I can read up on?

And can you think of some practice problems that I can try solving? Preferably ones where concurrent solution obviously outshines linear solutions.

Thanks in advance!