Re: nice not setting above/below normal

2004-06-13 Thread Jani tiainen
Brian Dessent wrote: Yitzchak Scott-Thoennes wrote: On Fri, Jun 11, 2004 at 05:42:38AM -0700, Brian Dessent wrote: reserved for real-time processes. The remaining range 1-15 are the regular (dynamic) priorities that most processes run with. In reality you don't set the priority directly this way,

Re: nice not setting above/below normal

2004-06-13 Thread Brian Dessent
Yitzchak Scott-Thoennes wrote: > > On Fri, Jun 11, 2004 at 05:42:38AM -0700, Brian Dessent wrote: > > reserved for real-time processes. The remaining range 1-15 are the > > regular (dynamic) priorities that most processes run with. In reality > > you don't set the priority directly this way, rat

Re: nice not setting above/below normal

2004-06-13 Thread Yitzchak Scott-Thoennes
On Fri, Jun 11, 2004 at 05:42:38AM -0700, Brian Dessent wrote: > reserved for real-time processes. The remaining range 1-15 are the > regular (dynamic) priorities that most processes run with. In reality > you don't set the priority directly this way, rather you choose a > priority class (realtim

Re: nice not setting above/below normal

2004-06-11 Thread Brian Dessent
"Mironov, Leonid {PBG}" wrote: > If I am to believe windows task manager windows processes can have 6 > priority levels - realtime, high, above normal, normal, below normal and > low, but cygwin nice can set only 2: when -n parameter is above 0 priority > is set to low, when -n is below 0 priority

Re: nice not setting above/below normal

2004-06-11 Thread Jani tiainen
Mironov, Leonid {PBG} wrote: If I am to believe windows task manager windows processes can have 6 priority levels - realtime, high, above normal, normal, below normal and low, but cygwin nice can set only 2: when -n parameter is above 0 priority is set to low, when -n is below 0 priority is set to

nice not setting above/below normal

2004-06-11 Thread Mironov, Leonid {PBG}
If I am to believe windows task manager windows processes can have 6 priority levels - realtime, high, above normal, normal, below normal and low, but cygwin nice can set only 2: when -n parameter is above 0 priority is set to low, when -n is below 0 priority is set to high, actual value of -n para