Subject: Re: HEADS UP: kqueue support merged
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 10/24/2002 21:37:00
On Thu, Oct 24, 2002 at 07:49:06PM +0200, Jaromir Dolecek wrote:
> Window file change notifications are more related than completion ports,

Just nitpicking: completition ports are used for async IO, so they are related
to kqueue/select/poll. I think they are even discussed in the original kqueue
paper.

But you were talking about file/directory change notifications, which are just
a side effect of kqueue - those are usually know as file system monitors in
windows.

Martin