io - I/O prioritization in Java -
I want to use the Vista + feature. Is there a platform to set an I / O priority on an operation in Java (like a library, 7 in Java) or should I go back to sleep-filter or JNx solution? Is there a similar feature in other platforms?
This is something that is hard for Java support because it is heavy on the capabilities of the underlying operating system Depending on the JAVA API, it tries very hard to provide the same work on multiple platforms. (It is not always successful, but it is a different topic.)
In this case, implementing a Java API in many versions of Windows, many versions of Linux, Solaris, and many other ways. Will need third-party platform IO preference is coming with a platform independent model which can be mapped to the functionality of the range of OS platforms.
For now, I suggest that you have a forum-specific solution to make necessary tuning adjustments out of Java; Just use the process et al to run an external order, or work in the wrapper script before starting your JVM.
Comments
Post a Comment