shinpei / jinotify

Java file event notifier on Linux, alternative for nio2 on Java6.
3 stars 0 forks source link

Detect Que overflow #14

Open shinpei opened 10 years ago

shinpei commented 10 years ago

inotify will ignore events if they reached their limit given from kernel /proc. Concurrently, they will issu Que overflow event. We need to detect those event, to alert it reaches max.