[Mono-dev] FileSystemWatcher Specific Implementation Check

Rick Tillery rtillerywork at gmail.com
Tue Aug 29 21:05:25 UTC 2017


In
http://www.mono-project.com/docs/faq/technical/#what-are-the-issues-with-filesystemwatcher,
it mentions:


The Mono implementation of FileSystemWatcher has a number of backends, the
most optimal one, the one with fewer dependencies is the inotify-backend
(available in Mono 1.1.17 and newer versions).

With this backend the kernel provides Mono with updates on any changes to
files on the file system but it requires an inotify-enabled kernel, which
only newer Linux distributions ship.

In older Linux systems, you must have installed FAM or Gamin (it will work
with either one). You might need the -devel packets installed.

For the *BSD family, there’s a Kqueue based implementation that will be
used when detected at runtime.

If none of the above work, Mono falls back to polling the directories for
changes, which far from optimal.

Is there any way to determine, on a given system, which backend is being
used?

Specifically, I have to support a large number of Linux distros and
versions going back a number of years, so I need to know that none of them
are using polling.

Thanks,
Rick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-devel-list/attachments/20170829/481d92c3/attachment.html>


More information about the Mono-devel-list mailing list