USE MUTEX CLASS PRACTICALLY TO HANDLE MULTIPLE PROCESSES
Posted
on C# Corner
See other posts from C# Corner
Published on Apr 29, 2010
Indexed on
2010/04/29
21:08 UTC
Read the original article
Hit count: 252
Filed under:
Before entering in to Mutex, I need to explain it's functional difference with Monitor class. This difference is still seeing as a hot discussion in side various communities. The difference is the scope between two types. Scope of Mutex is wider than Monitor.
© C# Corner or respective owner