RE: Some questions about linux kernel.

From: Jones D (ISaCS) (djones2@glam.ac.uk)
Date: Tue Mar 21 2000 - 12:54:36 EST


> > This probably about covers it. There may be some times when
> > nice tasks are very important, but I can't think of any.
> If the niced process is a simulation which has been running
> for a week, you want to preserve it because otherwise a week
> of work has been lost.
> (yes, this is handled by my patch)

This section of code from your patch suggests otherwise to me..

+ * Niced processes are probably less important; kernel/sched.c
+ * and include/linux/sched.h contain most info on scheduling.
+ */
+ if (p->priority < DEF_PRIORITY)
+ points <<= 1;
+/*

Or are we discussing a different patch ?

regards,

Dave.

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



This archive was generated by hypermail 2b29 : Thu Mar 23 2000 - 21:00:33 EST