Re: [PATCH] Make highly niced processes run only when idle

From: Rik van Riel (riel@conectiva.com.br)
Date: Sun Dec 09 2001 - 21:46:23 EST


On 9 Dec 2001, Robert Love wrote:

> Hmm, what if we only boosted it based on something like this:
>
> if (p->policy == SCHED_IDLE) {
> weight = p->counter;
> if (p->lock_depth >= 0 || signal_pending(p))
> /* boost somehow ... */
> }

Now what if the process is holding an inode or superblock
semaphore ?

Rik

-- 
Shortwave goes a long way:  irc.starchat.net  #swl

http://www.surriel.com/ http://distro.conectiva.com/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Dec 15 2001 - 21:00:16 EST