On Feb 4, 2009, at 2:52 PM, Timothy Wall wrote:
OSX uses kqueues; Olivier Chafik started an implementation here:
http://ochafik.free.fr/blog/?p=119
.
I don't know if you can get inotify working on osx, since it likely
depends on some kernel support.
Great! thanks. Curious, why not apply BSD changes and some kind of
wrapper around the Inotify implementation into the example? Better -
why not make the FileMonitor an incubated project (or part of the
core) rather than 'just' an example? It seems that it provides a
compelling reason to use the jna project ??
best,
-Rob
On Feb 4, 2009, at 1:08 PM, Robert Koberg wrote:
On Feb 4, 2009, at 12:54 PM, Jason Venner wrote:
I threw up an equivalent for linux that used Inotify a bit back on
the list.
It was my learning tool for jna and then my need for it dropped
Thank you! I have some learning to do... I fear this might be a
little over my head and out of my timeframe, but...
I will be deploying on linux, but developing on osx. Can you/anyone
recommend some entry level reference material for linux and osx
with regard to integrating a FileMonitor-like implementation?