[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Added inotify support.
From: |
Stephen J. Turnbull |
Subject: |
Re: [PATCH] Added inotify support. |
Date: |
Mon, 08 Oct 2012 16:07:18 +0900 |
Stefan Monnier writes:
> >> > I have no intention to rip out polling. Rather I hope that the
> >> > higher-level API we come up with can be implemented by any of Windows's
> >> > low-level API, inotify, MacOSX's equvalent, or polling.
> >> ... which is what I hoped to hear.
> > Plus combinations of the above, as needed. Right?
>
> If someone bothers to implement it, why not, tho I'm not sure how
> important that would be
According to nix, inotify is unreliable, end of discussion.
If so, it may make sense to back up inotify with polling, although at
a greatly reduced rate. Also, files may get moved across filesystems
which support different mechanisms, etc, etc. So allowing different
files to get notifications in different ways, and perhaps even
changing backends on the fly may be useful/necessary for maximum
reliability.
- Re: [PATCH] Added inotify support., (continued)
- Re: [PATCH] Added inotify support., Nix, 2012/10/06
- Re: [PATCH] Added inotify support., Stefan Monnier, 2012/10/06
- Re: [PATCH] Added inotify support., Nix, 2012/10/06
- Re: [PATCH] Added inotify support., Achim Gratz, 2012/10/07
- Re: [PATCH] Added inotify support., Stefan Monnier, 2012/10/07
- Re: [PATCH] Added inotify support., Achim Gratz, 2012/10/07
- Re: [PATCH] Added inotify support., Stephen J. Turnbull, 2012/10/07
- Re: [PATCH] Added inotify support., Stefan Monnier, 2012/10/07
- Re: [PATCH] Added inotify support., Óscar Fuentes, 2012/10/07
- Re: [PATCH] Added inotify support., Stefan Monnier, 2012/10/07
- Re: [PATCH] Added inotify support.,
Stephen J. Turnbull <=
- Re: [PATCH] Added inotify support., Eli Zaretskii, 2012/10/08
- Re: [PATCH] Added inotify support., Jim Meyering, 2012/10/14
- Re: [PATCH] Added inotify support., Stephen J. Turnbull, 2012/10/06
- Re: [PATCH] Added inotify support., Andreas Schwab, 2012/10/06
- Re: [PATCH] Added inotify support., Nix, 2012/10/06
- Re: [PATCH] Added inotify support., Stephen J. Turnbull, 2012/10/07
- Re: [PATCH] Added inotify support., Stefan Monnier, 2012/10/07
- Re: [PATCH] Added inotify support., Eli Zaretskii, 2012/10/02