Re[2]: Loadable Scheduler in Freebsd

2004-11-08 Thread Igor Shmukler
> If the schedulers were aware of the "selected" scheduler (or perhaps > the previous scheduler), they could do the thread removal and insertions > themselves I suppose. I doubt you would want to do that. ___ [EMAIL PROTECTED] mailing list http://lists.

Re: Loadable Scheduler in Freebsd

2004-11-08 Thread Daniel Eischen
On Mon, 8 Nov 2004, Julian Elischer wrote: > > > Devesh Shah wrote: > > > Thanks to all of you who have responded to my initial question. I > > would be interested in looking at such implementation if possible. I > > see there are about 18 other kernel files that call common scheduler > > inter

Re: Loadable Scheduler in Freebsd

2004-11-08 Thread Julian Elischer
Sent: Saturday, November 06, 2004 11:35 AM Subject: Re: Loadable Scheduler in Freebsd > On Sat, Nov 06, 2004 at 11:21:23AM -0800, John-Mark Gurney wrote: > >> Devesh Shah wrote this message on Thu, Nov 04, 2004 at 15:22 >> -0800: >> >>> Based on the SYSINIT framewo

Re: Loadable Scheduler in Freebsd

2004-11-08 Thread Devesh Shah
- From: "Luigi Rizzo" <[EMAIL PROTECTED]> To: "Devesh Shah" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 06, 2004 11:35 AM Subject: Re: Loadable Scheduler in Freebsd > On Sat, Nov 06, 2004 at 11:21:23AM -0800, John-Mark Gurney wrote:

Re: Loadable Scheduler in Freebsd

2004-11-06 Thread Julian Elischer
John-Mark Gurney wrote: Devesh Shah wrote this message on Thu, Nov 04, 2004 at 15:22 -0800: Based on the SYSINIT framework, I have made ULE scheduler as a loadable module but have not quite figured how to migrate from default 4bsd to newly loaded ule scheduler or is it possible at all. As someon

Re: Loadable Scheduler in Freebsd

2004-11-06 Thread Luigi Rizzo
On Sat, Nov 06, 2004 at 11:21:23AM -0800, John-Mark Gurney wrote: > Devesh Shah wrote this message on Thu, Nov 04, 2004 at 15:22 -0800: > > Based on the SYSINIT framework, I have made ULE scheduler as a loadable module but > > have not quite > > figured how to migrate from default 4bsd to newly lo

Re: Loadable Scheduler in Freebsd

2004-11-06 Thread John-Mark Gurney
Devesh Shah wrote this message on Thu, Nov 04, 2004 at 15:22 -0800: > Based on the SYSINIT framework, I have made ULE scheduler as a loadable module but > have not quite > figured how to migrate from default 4bsd to newly loaded ule scheduler or is it > possible at all. As someone suggested, swi

Re: Loadable Scheduler in Freebsd

2004-11-05 Thread David Schultz
On Thu, Nov 04, 2004, Devesh Shah wrote: > Is there a loadable scheduler exist for freebsd 5.2.1 that I > could use or any work in the pipeline to develope the > infrastructure for freebsd? I believe, Linux has policy based > loadable scheduler but could not find one for freebsd. I know, > Freebsd

Loadable Scheduler in Freebsd

2004-11-05 Thread Devesh Shah
Hi, Hoping that this is the correct alias Is there a loadable scheduler exist for freebsd 5.2.1 that I could use or any work in the pipeline to develope the infrastructure for freebsd? I believe, Linux has policy based loadable scheduler but could not find one for freebsd. I know, Freebs