At 11:55 03-05-98 -0700, David E. Fox <[EMAIL PROTECTED]> wrote:
>'nice' by itself doesn't guarantee that the nice'd
>process will always run at the lowest priority -- it only guarantees
>that the process will run at a relatively lower priority than other
>processes on the system.
OK. But in my opinion, the rc5des client should not be allowed to delay an
other process by that margin - even if it is not nice'd.
>If you want to specifically tell the system to run your process only
>when not doing anything else, then use 'nice -19' rather than 'nice'.
But according to the output from 'top' that I wrote, it should already be
runnning at nice level 19 (?).
Anyways, I changed my before mentioned desstart script to the following:
#!/bin/sh
su -c "cd /home/des; nice -n 19 /home/des/rc5des >/dev/null 2>&1" des
or
#!/bin/sh
su -c "cd /home/des; nice -19 /home/des/rc5des >/dev/null 2>&1" des
Neither changed the weird 'benchmark' phenonemon.
Greetings from Troels Arvin, Copenhagen, Denmark
http://www.mdb.ku.dk/tarvin/
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.