anticipatory I/O scheduling

Poul-Henning Kamp phk at phk.freebsd.dk
Mon Nov 22 07:08:15 PST 2004


In message <xzpu0rigefw.fsf at dwp.des.no>, =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=
 writes:
>I just ran across this paper and started wondering why I'd never heard
>of it before:
>
><URL:http://www.cs.rice.edu/~ssiyer/r/antsched/>
>
>To summarize, the authors rewrote the I/O scheduling algorithm in
>FreeBSD 4.3 and got massive performance improvements for Apache, and
>smaller but noticeable improvements for AFS and TPC-B.
>
>Has anyone looked into this?

Yes.

It's very hard to implement it correctly because you need a very
rapid timer (order of microseconds).

It is my plan to make disksort algorithms changeable on a per disk
basis to encourage experimentation in this area.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-arch mailing list