Sunday, 28 April 2013

What is the difference between Mutex and Binary semaphore? | C#.Net Interview Questions

Semaphore is used to synchronize processes. where as mutex is used to provide synchronization between threads running in the same process.

No comments: