public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Tickles scheduler
@ 2010-10-26  7:52 Dragoslav Zaric
  2010-10-26  8:05 ` Martin Nybo Andersen
  0 siblings, 1 reply; 7+ messages in thread
From: Dragoslav Zaric @ 2010-10-26  7:52 UTC (permalink / raw)
  To: linux-kernel

Did anybody test and compare work of ticking and tickles scheduler ?

Currently I think it is implemented as ticking scheduler with
hard-coded frequency (usually 100 Hz).

Personally I think that tickles scheduler is much better solution, but
maybe I am over-view something and
maybe there are side effects when implementation starts ? Instead of
tick, we can wait for events to happen
(for example IRQ, add or remove process from list), and when periodic
actions are needed, we can time
schedule them dynamically based on system load.

Can somebody give me some insight in this issue if he has any
experience with this ?

Is it at all possible to implement kernel without ticking, spin system
by events and periods ?
Maybe ticking is still best solution to have fast responding system ?

Kind regards

-- 
Dragoslav Zaric

Professional Programmer
MSc Astrophysics

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-10-28 18:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-26  7:52 Tickles scheduler Dragoslav Zaric
2010-10-26  8:05 ` Martin Nybo Andersen
2010-10-27 22:26   ` Christoph Lameter
2010-10-28 10:19     ` Dragoslav Zaric
2010-10-28 13:47       ` Christoph Lameter
2010-10-28 17:28         ` Mark Hounschell
2010-10-28 18:18           ` Christoph Lameter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox