Gul Md Ershad
Difference between Mutex and Semaphore?
By Gul Md Ershad in .NET on Oct 13 2016
  • Gul Md Ershad
    Oct, 2016 13

    Semaphore ensures not more than a specified number of concurrent threads can access a resource.Mutex is used as a synchronization technique where a resource has to be shared by multiple threads simultaneously. It is used for inter-process synchronization because multiple applications can access the same mutex object.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS