Defective for Linux
Closed this issue · 1 comments
mabushey commented
On Linux this is using inotify, so it's worthless on NFS directories. It should be able to detect NFS and use a different system, instead of just being braindead and not working.
emcrisostomo commented
On linux it is using inotify by default. There are other monitors, including a stat()
based one. And there's also the possibility of modifying existing ones, or rolling out your own.