emcrisostomo/fswatch

Defective for Linux

Closed this issue · 1 comments

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.

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.