From: Andrea Arcangeli <andrea@suse.de>
To: Moritz Franosch <jfranosc@physik.tu-muenchen.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: partly solved IO performance problems in 2.5.40 when writing to DVD-RAM/ZIP
Date: Sun, 6 Oct 2002 18:20:12 +0200 [thread overview]
Message-ID: <20021006162012.GD32733@dualathlon.random> (raw)
In-Reply-To: <rxx8z1bim8v.fsf@synapse.t30.physik.tu-muenchen.de>
On Sun, Oct 06, 2002 at 06:08:00PM +0200, Moritz Franosch wrote:
> Theoretically, the two devices (e.g. the 120 GB HDD and the DVD-RAM in
> nr. 2) are independent (at least when they are on a different IDE
> controller), so the read should perform as good as without the
> additional writing activity (31 seconds, as given in the column
> "expected"). But in reality the read takes 1.8 times as long. With
> 2.4.50, there could be performance gains up to a factor of 2.4 (test
> nr. 4). But that's _much_ better than 2.4.19-pre5 where performance
> gains of up to a factor of 14 (test nr. 2) were possible.
one of the reasons 2.5 works better is that it has more than one bdflush
thread (aka pdflush), so it can submit in parallel to all your storages
and you don't risk to hang on writes on the very slow device, despite
your main harddisk could be completely idle. This isn't easily fixable
in 2.4, it's one of the things 2.5 is there for ;)
Andrea
prev parent reply other threads:[~2002-10-06 16:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-06 16:08 partly solved IO performance problems in 2.5.40 when writing to DVD-RAM/ZIP Moritz Franosch
2002-10-06 16:20 ` Andrea Arcangeli [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021006162012.GD32733@dualathlon.random \
--to=andrea@suse.de \
--cc=jfranosc@physik.tu-muenchen.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.