bos / configurator

A Haskell library supporting flexible, dynamic file-based configuration.
Other
128 stars 27 forks source link

Add support for inotify under Linux #25

Open treeowl opened 8 years ago

treeowl commented 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.