Open treeowl opened 8 years ago
Under Linux, the inotify API offers a much more efficient approach to updates than checking files for changes on a fixed schedule. It would be nice to use that where it's available.
inotify
Under Linux, the
inotify
API offers a much more efficient approach to updates than checking files for changes on a fixed schedule. It would be nice to use that where it's available.