Added: Lottery Scheduling Kernel
This commit is contained in:
parent
eab6550bf7
commit
ec0a71daa0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6134
1 changed files with 11 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.77 1999/10/25 20:41:31 wosch Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.78 1999/11/22 19:19:19 wosch Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -341,6 +341,16 @@ description (3-10 lines) to
|
|||
disabled until specifically enabled, much like modern firewall
|
||||
policies.</li>
|
||||
|
||||
<li><a name="lotteryscheduling"
|
||||
href="http://www.csua.berkeley.edu/computing/software/lottery-sched.html">
|
||||
Lottery Scheduling Kernel</a>: This work is based on
|
||||
Waldspurger's lottery scheduling algorithm, which implements
|
||||
proportional-share resource management. The primary advantages
|
||||
are that users have strict control over the relative execution
|
||||
rates of their processes, and users are load-insulated from each
|
||||
other, preventing one user from dominating the CPU.</li>
|
||||
|
||||
|
||||
<li><a name="metacomputing" href="ftp://ftp.sarnoff.com/pub/mnfs/www/docs/metacomputing.html">Metacomputing</a></li>
|
||||
<li><a name="DHCP" href="http://home.san.rr.com/freebsd/dhcp.html">DHCP configuration</a>
|
||||
How to set up DHCP on FreeBSD systems for use with cable modems, etc.</li>
|
||||
|
|
Loading…
Reference in a new issue