Useful things StackOverflow
Posted on March 2, 2010
Useful discussions on StackOverflow found in the last time:
- Recursive Locks vs. Non-Recursive Locks
- How do I recover a semaphore when the process that decremented it to zero crashes?. The solution with file locks seems to be good. Maybe file mapping / file locks should replace SharedMemory/Semaphore Combinations anyway.