wok view perl-linux-inotify2/description.txt @ rev 24901
updated memcached and memcached-dev (1.6.6 -> 1.6.15)
author | Hans-Günter Theisgen |
---|---|
date | Sat Apr 09 10:32:08 2022 +0100 (2022-04-09) |
parents | |
children |
line source
1 This module implements an interface to the Linux 2.6.13 and later
2 Inotify file or directory change notification system.
4 It has a number of advantages over the Linux::Inotify module:
6 - it is portable (Linux::Inotify only works on x86)
7 - the equivalent of fullname works correctly
8 - it is better documented
9 - it has callback-style interface, which is better suited for
10 integration.