2004-10-13 21:07:33

by Diwaker Gupta

[permalink] [raw]
Subject: Hierarchical schedulers

Hi,

Are there any efforts underway (apart from CKRM -- ckrm.sf.net) to
provide hierarchical schedulers (or general hierarhical resource
management). The lkml archives didn't show anything concrete.

TIA
--
Diwaker Gupta
http://resolute.ucsd.edu/diwaker


2004-10-13 23:13:29

by Jon Masters

[permalink] [raw]
Subject: Re: Hierarchical schedulers

On Wed, 13 Oct 2004 14:07:31 -0700, Diwaker Gupta
<[email protected]> wrote:

> Are there any efforts underway (apart from CKRM -- ckrm.sf.net) to
> provide hierarchical schedulers

In terms of what you're talking about (unified scheduling of various
different resources in to groups), not as far as I'm aware. There are
existing ways of layering things like regular process scheduling in to
groups (scheduling domains, and other similar examples) but what
you're after is different. Someone will doubtlessly crawl out of the
woodwork with examples which do what you want though :-)

Jon.