Tuesday, January 6, 2009
Linux Filesystem event notification using inotify
Posted on 8:09 AM by Unknown
inotify is a file change notification system—a kernel feature that allows applications to request the monitoring of a set of files against a list of events. When the event occurs (read, write, create, delete,mount, un-mount, etc ..), the application is notified. To be useful, such a feature must be simple to use, lightweight with little overhead and flexible. It should be easy to add new watches
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment