

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
7 messages in net.java.dev.jna.usersRe: [jna-users] FileMonitor example| From | Sent On | Attachments |
|---|---|---|
| Robert Koberg | Feb 4, 2009 9:21 am | |
| Robert Koberg | Feb 4, 2009 9:38 am | |
| Jason Venner | Feb 4, 2009 9:54 am | .java |
| Robert Koberg | Feb 4, 2009 10:07 am | |
| Timothy Wall | Feb 4, 2009 11:52 am | |
| Robert Koberg | Feb 4, 2009 12:37 pm | |
| Timothy Wall | Feb 4, 2009 1:41 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [jna-users] FileMonitor example | Actions... |
|---|---|---|
| From: | Timothy Wall (twal...@dev.java.net) | |
| Date: | Feb 4, 2009 1:41:27 pm | |
| List: | net.java.dev.jna.users | |
There are some users that are planning to submit substantive patches. Like the window utilities, it could be a standalone project if someone were willing to own and manage it.
Same with the inotify/kqueues implementations, someone's got to own it. I would think the java IDEs (eclipse, intellij, netbeans) could pool resources and get a shared file monitor to everyone's benefit, since they all depend on that sort of functionality to keep the IDE synched to the FS.
On Feb 4, 2009, at 3:37 PM, Robert Koberg wrote:
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?
thanks, -Rob








.java