inotify.7: Note rationale and consequences of event coalescing

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-26 13:04:07 +01:00
parent 9be479a6e7
commit 8856aab855
1 changed files with 3 additions and 0 deletions

View File

@ -401,6 +401,9 @@ and
.IR name )
then they are coalesced into a single event if the
older event has not yet been read (but see BUGS).
This reduces the amount of kernel memory required for the event queue,
but also means that an application can't use inotify to reliably count
file events.
The events returned by reading from an inotify file descriptor
form an ordered queue.