From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ide@vger.kernel.org
Subject: [Bug 15884] cd-burning reduces other simultaneous IO performance
Date: Sat, 1 May 2010 01:29:42 GMT [thread overview]
Message-ID: <201005010129.o411Tgn7022000@demeter.kernel.org> (raw)
In-Reply-To: <bug-15884-11633@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=15884
Robert Hancock <hancockrwd@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hancockrwd@gmail.com
--- Comment #2 from Robert Hancock <hancockrwd@gmail.com> 2010-05-01 01:29:37 ---
You can't have a command outstanding on both the master and slave drive on a
PATA channel at the same time. If the software issues a command like "erase
disc" to the drive, during the time that command is outstanding no commands can
be issued to the other drive on that channel, it's the way PATA works.
Now, there may be a difference in what commands the burning software is using
or the ordering that results in some of them taking longer than it does in
Windows or something. (I don't know the MMC commands that well but I think some
of them do have a mode where you can issue the command and poll periodically to
see if it's done rather than blocking on the operation until it finishes.) That
isn't anything the kernel can do anything about, though - if something issues a
command to one drive on the channel that takes a long time, anything wanting to
access the other drive just has to wait.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
next prev parent reply other threads:[~2010-05-01 1:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-30 15:42 [Bug 15884] New: cd-burning reduces other simultaneous IO performance bugzilla-daemon
2010-04-30 15:48 ` [Bug 15884] " bugzilla-daemon
2010-05-01 1:29 ` bugzilla-daemon [this message]
2010-05-01 4:29 ` Stan Hoeppner
2010-05-05 9:46 ` bugzilla-daemon
2010-05-05 14:56 ` bugzilla-daemon
2010-05-05 23:23 ` bugzilla-daemon
2010-05-06 1:09 ` bugzilla-daemon
2010-05-06 1:49 ` bugzilla-daemon
2010-05-13 2:24 ` bugzilla-daemon
2010-05-13 20:57 ` bugzilla-daemon
2010-05-14 1:20 ` bugzilla-daemon
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=201005010129.o411Tgn7022000@demeter.kernel.org \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-ide@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.