Hello everyone,
I wanted to know if you knew of another way to lock files, other than by using flock.
The problem is that my script writes to files, that can also be written to by other scripts, which aren't mine, and that don't implement flock.
Are there any modules or else that can check if a file is being written to, without using flock ?