Name: rmT116609 Date: 07/15/2003
A DESCRIPTION OF THE REQUEST :
The priority of native processes that have been started with Runtime.exec() can not be modified through the Java API.
It would be helpful if there was a method Process.setPriority(int) similar to Thread.setPriority().
JUSTIFICATION :
Some native processes are CPU hogs. They tend to consume lots of CPU time and leave very little to the Java GUI.
On Windows, it is possible to control the priority of processes through JNI calls. Similar workarounds are probably possible for UNIXes.
However, it would be much easier if there was a method in the Java API.
(Incident Review ID: 189858)
======================================================================