RE: [patch, CFT] improved disk read latency

Giuliano Pochini (pochini@shiny.it)
Mon, 07 Jan 2002 15:20:07 +0100 (CET)


> + if (__rq->elevator_sequence-- <= 0) {
> + /*
> + * OK, we've exceeded someone's latency limit.
> + * But we still continue to look for merges,
> + * because they're so much better than seeks.
> + */
> + merge_only = 1;

That's true for hard discs, but for most removables seek time is
small compared to write time. Think about a magneto-optical drive or
a ZIP. Seek is about 20-50ms while writing goes at 300-1000KiB/s.

Bye.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/