On 05/15/13 13:41, Jérémie Courrèges-Anglas wrote:
Doesn't kqueue() fit your needs?


Thank you for your reply,

I've never used kqueue before, does this only report events on descriptors that have been opened?

I'm wondering if an implementation is done to recurseively watch directories in inotify (as written about in the limitations), then it would require a lot less filedescriptors even for kqueue correct? And thus make monitoring a filesystem's events a lot more efficient?

-peter

Reply via email to