Bristol Meetups

Thread Safety - it's more than just locking

Feature talk: Thread Safety - it's more than just locking

Whenever you have code running on multiple threads the possibility for data corruption raises its head. In this talk we will deep dive into the issues and look at various primitives and techniques that can help find that delicate balance between achieving safety without killing throughput. We will discuss how you chose the right approach between the options the .NET framework gives you and we’ll also step outside of the primitives to introduce lock free algorithms.

About Richard Blewett:

Richard Blewett is a founder of Rock Solid Knowledge. He has been a professional software developer, trainer and conference speaker for many years and is the co-author of Pro Asynchronous Programming with .NET