Re: No 100 HZ timer !

george anzinger (george@mvista.com)
Wed, 01 Aug 2001 14:20:12 -0700


Chris Friesen wrote:
>
> george anzinger wrote:
>
> > The testing I have done seems to indicate a lower overhead on a lightly
> > loaded system, about the same overhead with some load, and much more
> > overhead with a heavy load. To me this seems like the wrong thing to
>
> What about something that tries to get the best of both worlds? How about a
> tickless system that has a max frequency for how often it will schedule? This

How would you do this? Larger time slices? But _most_ context switches
are not related to end of slice. Refuse to switch? This just idles
the cpu.

> would give the tickless advantage for big iron running many lightly loaded
> virtual instances, but have some kind of cap on the overhead under heavy load.
>
> Does this sound feasable?
>
I don't think so. The problem is that the test to see if the system
should use one or the other way of doing things would, it self, eat into
the overhead.

Note that we are talking about 0.12% over head for a ticked system. Is
it really worth it for what amounts to less than 0.05% (if that much)?

George
-
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/