Browse by Tags
Sorry, but there are no more tags available to filter with.
- Fun with file locking
-
If you are developing code that uses distributed synchronization or messaging, you sometimes might need to use files as a locking mechanism. This can be useful because files are persistent (beyond thread, process, or even power session lifetime), and Read More...