From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Tue, 19 Apr 2005 17:02:34 +0100 To: 9fans@cse.psu.edu Subject: Re: [9fans] watch command In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 3dd1979e-ead0-11e9-9d60-3106f5b1d025 > I don't think you are missing anything, seems it would be nice to have a > way to connect to a file server and say "tell me about metadata changes". Windows does this. I wanted to do this too, I considered making read(2)s beyond the end of a directory block the calling process until any file in that directory is modified. I decided this is too nasty and added a synthetic event file instead. This was fine as I had only a small heirarchy to serve not the general one of a "real" file server. -Steve