KernelTrap: Interview: Nick Piggin | Linux Today

KernelTrap: Interview: Nick Piggin

Written By
Web Webster
Web Webster
May 29, 2003

“Nick Piggin, a college student living in Canberra Australia,
has been working on an anticipatory I/O scheduler for the Linux
kernel.

“When a process reads data from a disk, the default ‘deadline’
I/O scheduler can offer poor performance if a streamed write is
happening at the same time. The reason is that many read operations
require multiple reads, each reporting a result back before the
next can be scheduled. Thus, each of these reads has to wait behind
a queue of writes, resulting in the aforementioned performance
problem. The anticipatory scheduler solves this problem nicely by
pausing for a few milliseconds after each read, ‘anticipating’ the
next read request.

“In this interview, Nick offers much more detail behind the
operation of the anticipatory scheduler. His goal is to stablize
and tune the new scheduler, aiming utimately for inclusion into the
2.5 development kernel tree as the default Linux I/O scheduler. The
latest version of Nick’s anticipatory scheduler can be found in
Andrew Morton’s -mm kernel branch…”

Complete
Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.