filelock
filelock copied to clipboard
Suggestion on documentation improvement over SoftFileLock
The biggest problem of SoftFileLock is that the lock file cannot be deleted when the program crash.
We can add suggestions in the documentation that soft lock files can be placed at /tmp or equivalent temporary directory, so that it can be automatically cleaned to reduce the risk of deadlock.
What do you think? @gaborbernat