--- In radio-dev@yahoogroups.com, "Marc Barrot" <marc@p...> wrote:
> The next step is to verify that filesystem updates are kqueue enabled
> when using Apple's HFS+ file system. Hmmm... Not too sure about that
> one.
A little googling around has unearthed a few kqueue wrapper classes
for Cocoa so I guess kqueue notification must work at least to some
extent with HFS+ file systems.
Working with the Frontier kernel, we would have to rewrite something
similar using Carbon and regular C structs / functions.
For the time being, we could use an external Cocoa app, similar to
what Matt created for Windows. I am sure all prototype submissions
will be gratefully considered :-)
Cheers
Marc