Hello, Mac OS X v10.5 introduces a new file system monitoring API, FSEvents: http://developer.apple.com/documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/chapter_2_section_1.html Has anyone looked into whether this could be used for FileSystemWatcher instead of kqueue or polling? Andreas