First time asking questions at stackoverflow!
I've been asked to increase one Java application's priority to 15... I know that Thread class, Max_PRIORITY equals 10...
Scenario: This java application runs on a server which runs other C applications, all of them with realtime priority something like 15.
Thanks for the help!
Edit: Windows Server 2012 64 bits
Edit 2: They think that the java application is not getting too much cpu share, when compared too the C applications...
Edit 3: This java application needs to run at a realtime priority, like the c applications. 24 is their priorities, please forget when I told 15.