Re: Streaming disk I/O kills file buffering and makes Linux unusable

Peter Monta (pmonta@halibut.imedia.com)
Mon, 23 Aug 1999 10:42:05 -0700


> > I agree; the raw-io system will make this much more pleasant.
>
> Why do you think so?
>
> IO is IO, whether it is raw or not. And it will eat up resources from
> everybody else trying to do IO.

True; raw I/O won't magically increase resources. But it offers
a valuable way to tell the kernel something it can't know/infer: a good
buffering policy for streaming data. The existing cache mechanism
for normal I/O works fine but is inappropriate for this case; indeed
perfectly good working sets are messed up by buffering the streaming data,
as Benno points out.

Cheers,
Peter

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