inotify?
inotify?
Posted Sep 2, 2008 7:42 UTC (Tue) by dlang (guest, #313)In reply to: inotify? by liamh
Parent article: TALPA strides forward
short answer, inotify doesn't scale.
inotify works fairly well if you have a small set of files or directories that you want to look for changes in, but it doesn't work if you want to find out about changes throughout the filesystem
