The Mutex class is very misunderstood, and Global mutexes even more so.
What is good, safe pattern to use when creating Global mutexes?
|
12
|
The Mutex class is very misunderstood, and Global mutexes even more so. What is good, safe pattern to use when creating Global mutexes? |
|||
|
|
|
|
I really want to make sure this is out there, cause its so hard to get right.
|
||||||||||||||
|
|
|
This example will exit after 5 seconds if another instance is already running.
|
|||
|
|
|
|
Would this be the right way of doing the same thing with a timeout ?
|
|||
|
|