cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf
GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC
src/sys/sparc64/conf GENERIC
Don Lewis
truckman at FreeBSD.org
Wed Sep 8 00:22:06 PDT 2004
On 8 Sep, Poul-Henning Kamp wrote:
> In message <20040908024335.T26496 at mail.chesapeake.net>, Jeff Roberson writes:
>
>>What's not working well enough with ULE to run with it?
>
> On thing I have observed on my laptop is that it can take up to 30 seconds
> for a process to get a signal counting from when I type CTRL-C.
There is also the problem that CPU bound processes that are "nice" get
the same or slightly more CPU time than CPU bound processes that are not
"nice" when they are both in competition for CPU cycles. The problem is
that both converge on the same priority, and even though the less nice
processes are assigned a longer time slice, they keep getting put at the
end of the run queue before they have used up their slice.
More information about the cvs-src
mailing list