public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* fixed timeslice
@ 2009-05-11 13:58 Jason mclaughlin
  2009-05-11 15:17 ` Peter Zijlstra
  2009-05-15 12:47 ` Jason mclaughlin
  0 siblings, 2 replies; 3+ messages in thread
From: Jason mclaughlin @ 2009-05-11 13:58 UTC (permalink / raw)
  To: mingo, linux-kernel

can't scheduling be unfair when a fixed timeslice is used as the time
up til a process can run?

won't it work out that if a program is using the harddrive, and
another is using cpu time and using up it's timeslices, that the
cpu user will give less runtime opportunity to the harddrive user
because of a wait up until timeslice to use the harddrive again?

like, doesn't the length of a timeslice change the fairness of
scheduling opportunity for harddrive use?

can't it span the time that something is ready to take from the
harddrive, til the time the harddrive can be used again?

can't it anyways in some cases though no matter what, because of how
using up til a timeslice is available sometimes when something wants
to use the harddrive again,
and because what wants to use the harddrive can be behind what uses a
whole timeslice?

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

end of thread, other threads:[~2009-05-15 12:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-11 13:58 fixed timeslice Jason mclaughlin
2009-05-11 15:17 ` Peter Zijlstra
2009-05-15 12:47 ` Jason mclaughlin

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