Hans Reiser wrote: > > I really think Rik has it right here. In particular, an MP3 player needs to be able >to say, I have > X milliseconds of buffer so make my worst case latency X milliseconds. The number >of requests is > the wrong metric, because the time required per request depends on disk geometry, >disk caching, etc. > No the problem is that an application should either: 1. Take full controll of the underlying system. 2. Don't care about selftuning the OS. Becouse that's what operating systems are for in first place: Letting the applications run without care of the underlying hardware. Linux is just mistaken by desing that there should be a generic elevator for any block device sitting on a single queue for any kind of attached device. Only device drivers know best how to handle queueing and stuff like this. The upper layers should only car about semanticall correctness of the request orders not about optimization of them. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Andrea Arcangeli
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Hans Reiser
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Chris Evans
- (reiserfs) Re: More on 2.2.18pre2aa2 Andrea Arcangeli
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Rik van Riel
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Martin Dalecki
- (reiserfs) Re: More on 2.2.18pre2aa2 Rik van Riel
- (reiserfs) Re: More on 2.2.18pre2aa2 Andrea Arcangeli
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Martin Dalecki
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Andrea Arcangeli
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Martin Dalecki
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Rik van Riel
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Michael T. Babcock
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Ragnar Kjørstad
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Rik van Riel
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Ragnar Kjørstad
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Rik van Riel
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Ragnar Kjørstad
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 James Sutherland
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 Giuliano Pochini
- Re: (reiserfs) Re: More on 2.2.18pre2aa2 James Sutherland