Re: File change notifications

2004-01-31 Thread Joerg Mayer
On Thu, Jan 29, 2004 at 05:23:24PM -0800, Duane Clark wrote: > No, that is the named pipe problem. I retain a private patch in my tree, > which reverts the named pipe patch that causes the crawl. Just a thought: This is not the only time, where a hack is used to fix a specific problem/application

Re: File change notifications

2004-01-29 Thread Duane Clark
Uwe Bonnes wrote: "Duane" == Duane Clark <[EMAIL PROTECTED]> writes: Duane> Hans Leidekker wrote: >> On Thursday 29 January 2004 01:01, Duane Clark wrote: >> >>> For some reason, a comment end is missing there. But otherwise, it >>> seems to work fine with the one important a

Re: File change notifications

2004-01-29 Thread Uwe Bonnes
> "Duane" == Duane Clark <[EMAIL PROTECTED]> writes: Duane> Hans Leidekker wrote: >> On Thursday 29 January 2004 01:01, Duane Clark wrote: >> >>> For some reason, a comment end is missing there. But otherwise, it >>> seems to work fine with the one important app I use file

Re: File change notifications

2004-01-29 Thread Duane Clark
Hans Leidekker wrote: On Thursday 29 January 2004 01:01, Duane Clark wrote: For some reason, a comment end is missing there. But otherwise, it seems to work fine with the one important app I use file notification on. Which app is that? Xilinx ISE, a program for use when designing with Xilinx ch

Re: File change notifications

2004-01-29 Thread Hans Leidekker
On Thursday 29 January 2004 01:01, Duane Clark wrote: > > +/* TODO: - security attribute changes > > + * - compound filter and multiple notifications > > + * - subtree notifications > > + * - non-documented flags FILE_NOTIFY_CHANGE_LAST_ACCESS and > > + * FILE_NOTIFY_CHAN

Re: File change notifications

2004-01-28 Thread Duane Clark
Hans Leidekker wrote: + +/* TODO: - security attribute changes + * - compound filter and multiple notifications + * - subtree notifications + * - non-documented flags FILE_NOTIFY_CHANGE_LAST_ACCESS and + * FILE_NOTIFY_CHANGE_CREATION + For some reason, a comment end is mis