-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.IOenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Description
Currently the FileSystemWatcher implementation for Linux is based on the inotify kernel API which is very inefficient and has some strong limitations.
But there is this new kernel API called fanotify with some advantages like being able to watch large directory trees recursively.
Do you have any plans using this API in the FileSystemWatcher when it's available? For older kernels, a fallback to inotify would probably still be necessary.
yehia2amer, rsmirnov90, appleneko2001 and LiteracyFanatic
Metadata
Metadata
Assignees
Labels
area-System.IOenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions