DragonFly BSD
DragonFly commits List (threaded) for 2005-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/conf files src/sys/i386/i386 machdep.c src/sys/kern init_sysent.c kern_usched.c syscalls.c syscalls.master usched_bsd4.c src/sys/sys syscall-args syscall-hide.h syscall.h syscall.mk sysproto.h sysunion.h usched.h


From: Sergey Glushchenko <deen@xxxxxxxxxx>
Date: Thu, 17 Nov 2005 20:24:07 +0200

On Thu, 17 Nov 2005 17:32:25 +0000
David Rhodus <drhodus@xxxxxxxxxxx> wrote:

> Are you planning on implementing some other schedulers now ?  Perhaps
> even a basic FIFO scheduling queue would be a interesting enough
> starting point for others that want to research different scheduling
> algorithms.  Another quick and easy port should be the lottery
> scheduler using some of the fbsd patches that are floating around.
> 
> -DR
> 

Yes. My initial goal was to implement the lottery scheduler, but Matt said
that the usched framework is not finished yet. This commit is the
first step. The second step will be mechanism that makes several 
schedulers co-exist with each other. Then we will have complete 
usched framework and it would be possible to write new schedulers
if desired.

-- 
Sergey Glushchenko



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]