From: "H. Peter Anvin" <hpa@zytor.com>
To: "J.A. Magallon" <magallon@unizar.es>
Cc: Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Is there something like multi-device fan out ?
Date: Thu, 11 Dec 2008 15:41:11 -0800 [thread overview]
Message-ID: <4941A517.2010704@zytor.com> (raw)
In-Reply-To: <20081212000452.0ff5dfd9@werewolf.home>
J.A. Magallon wrote:
> Hi...
>
> I suspect this sounds like a strange question.
> A friend has a company that distributes his own catalogs on CD-ROM, and wants
> to build a mass-burning box (something like 8 CD/DVD burners), running linux.
>
> The problem is how to burn an image at the same time to all writers.
> I could write a script, but I think this would launch 8 reads on the same
> iso file, all desynchronized, that will drive nuts the disk.
Not really. They will end up synchronized through a mechanism called
the cache capture effect: the image that is behind will have the benefit
of having the precursors already having read the input, so it's ready
for use in the cache already, therefore it will run faster. The stable
condition, as long as the writers are close to the same speed and the
writes are started at close enough to the the same time, is that they
are all writing the same data at almost the same time.
-hpa
next prev parent reply other threads:[~2008-12-11 23:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-11 23:04 Is there something like multi-device fan out ? J.A. Magallon
2008-12-11 23:41 ` H. Peter Anvin [this message]
2008-12-12 11:53 ` Matthias Schniedermeyer
2008-12-12 22:14 ` H. Peter Anvin
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=4941A517.2010704@zytor.com \
--to=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=magallon@unizar.es \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox