not necessarily true. in Linux, reads take precedence over writes.
sometimes the read load (blocks in or swapping in) will reduce effective
write bandwidth, which looks like the same problem you're describing.
this can happen, for example, if the buffer cache is undersized or broken
in some other way, or the page replacement algorithm is making bad choices
about which pages to replace.
- Chuck Lever
-- corporate: <chuckl@netscape.com> personal: <chucklever@netscape.net> or <cel@monkey.org>The Linux Scalability project: http://www.citi.umich.edu/projects/linux-scalability/
- 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/