Joerg Schilling schrieb am 2006-01-30: > Matthias Andree <[EMAIL PROTECTED]> wrote: > > > 2. scheduling writes is a complex matter in itself, and there is not a > > single answer. The later you start writing, the more data you have > > available if the input rate is low for a while to write a large blob of > > data (reducing seeks), the more opportunity you have to rearrange writes > > and the lower the total amount of data to write, because updates of > > yet-unwritten data do not turn into writes (I/O) but are made in-core. > > If you have the buffer cache at the right place and if you are able to > cluster to already pending requests (like on Solaris), things work different.
You said Linux would schedule writes after too long a delay, not that it were incapable to cluster. What's going on here? Feed problems bit by bit to the wrong people? If you have concerns about Linux's buffer implementation, talk to the people who work on it, rather than wasting time passing bit by bit of information on the wrong list. -- Matthias Andree -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

