More about .NET and concurrency

Posted: (EET/GMT+2)

 

MSDN Magazine has an excellent article about concurrency in the .NET world. Above other very interesting things, the article provides a comparison of the performance hits of using various locking objects, like critical sections, mutexes, monitors, and so on. Before, I've only had a hunch or gut-feeling of these differences, but I haven't before seen raw numbers.

Recommended reading!