Gul Md Ershad
How is Mutex different from lock?
By Gul Md Ershad in .NET on Oct 13 2016
  • Gul Md Ershad
    Oct, 2016 13

    Mutex is a synchronization technique used for inter-process Synchronization because multiple applications can access the same mutex object. Example: It makes sure that only instance of an application should run at a time.Lock is a basic synchronization technique ensures that one thread does not enter a critical section of code while another thread is in the critical section.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS