Tag Archives: kernel-mode

Deadlock Vs. Livelock

when more than one thread involve in our application we need to synchronize our shared data access. This synchronization can look like a simple thing in the first but if we look close at the details, we will see the … Continue reading

Posted in .NET | Tagged , , , , | Leave a comment