Retire the "Scheduler clean up and resolution". The scheduler cleanup happened

and we switched to 4BSD for now.
This commit is contained in:
Scott Long 2004-09-13 01:05:02 +00:00
parent 257bffc857
commit e6e4aec902
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22327

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'> <!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.71 2004/09/10 21:06:15 ceri Exp $"> <!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.72 2004/09/11 08:20:54 hrs Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues"> <!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -123,22 +123,6 @@
models.</td> models.</td>
</tr> </tr>
<tr>
<td>Scheduler cleanup and resolution</td>
<td>&status.wip;</td>
<td>--</td>
<td>Currently, two schedulers are present: SCHED_ULE (default), an
SMP-optimized scheduler created as part of SMPng, and SCHED_4BSD,
an SMP-adapted version of the original 4BSD scheduler. They have
quite different performance properties, with ULE providing strong
interactivity characteristics, and performing quite well in a
number of benchmarks, and 4BSD showing greater strength in IPC
intensive user space benchmarks, such as databases. One of these
schedulers must be the default for 5.3, and whichever one it is,
it requires careful measurement, analysis, and optimization before
the release in order to address its deficiencies.</td>
</tr>
<tr> <tr>
<td>Reports of UFS2 "large disk" problems</td> <td>Reports of UFS2 "large disk" problems</td>
<td>&status.wip</td> <td>&status.wip</td>