7 messages in net.java.dev.jna.usersRe: [jna-users] FileMonitor example
FromSent OnAttachments
Robert KobergFeb 4, 2009 9:21 am 
Robert KobergFeb 4, 2009 9:38 am 
Jason VennerFeb 4, 2009 9:54 am.java
Robert KobergFeb 4, 2009 10:07 am 
Timothy WallFeb 4, 2009 11:52 am 
Robert KobergFeb 4, 2009 12:37 pm 
Timothy WallFeb 4, 2009 1:41 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] FileMonitor exampleActions...
From:Timothy Wall (twal@dev.java.net)
Date:Feb 4, 2009 11:52:15 am
List:net.java.dev.jna.users

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.

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?