[JDK-7133447] OSX optimized WatchService
Christian Stein
sormuras at gmail.com
Fri Dec 11 20:51:46 UTC 2020
// Posting on behalf of Andres Almiray
Hello everyone,
At the Layrry project we encountered this particular issue while trying to
shed external dependencies and rely on as many JDK-only APIs as possible.
Specifically the OSX WatchService from
https://github.com/gmethvin/directory-watcher is capable of reacting to
directory changes much faster (almost instantaneously at least to the naked
eye) than the OSX WatchService provided by OpenJDK (which takes a couple of
seconds to react, very noticeable).
https://bugs.openjdk.java.net/browse/JDK-7133447 was created close to 9
years ago and no updates have been posted since.
Unfortunately I don’t have any experience with code required to provide a
patch but I’m willing to help testing out any patches and/or with other
tasks that can bring this ticket to a fruitful solution.
Cheers,
Andres
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/nio-dev/attachments/20201211/18139fea/attachment.htm>
More information about the nio-dev
mailing list