Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Status update


Hi, there!
 
Another thing to keep an eye on is also the file watching implementation of Java NIO. I heard from people running on OS X that this is still a resource-consuming thing. Maybe it got better, but you should maybe run a few tests with regards to that.

Unfortunately i can't check performance on Mac, because I don't have an access machine with OS X installed. However, I have tried to measure performance difference on Linux and Windows.
It seems that there are no difference between Linux and Windows. It would be nice, if you execute the same test on your machine, and compare performance between Windows and Mac (or maybe Linux). Source code of this test is accessible in github repository: https://github.com/fjodorver/flux-file-watcher/blob/master/flux-file-watcher-fs/src/main/java/com/codenvy/flux/watcher/fs/Main.java

Cheers,
Fjodor


Back to the top