public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthias Schniedermeyer <ms@citd.de>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: "J.A. Magallon" <magallon@unizar.es>,
	Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Is there something like multi-device fan out ?
Date: Fri, 12 Dec 2008 12:53:11 +0100	[thread overview]
Message-ID: <20081212115311.GA15948@citd.de> (raw)
In-Reply-To: <4941A517.2010704@zytor.com>

On 11.12.2008 15:41, H. Peter Anvin wrote:
> 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.

And if you want to be absolutly sure.

RAM is cheap nowadays, plug in enough RAM (no swap!) so you can copy the 
image to burn into a tmpfs before starting to write them.
No disc IO involved at all. ;-)

A Single-layer DVD has a maximum of around 4.4GB so if you plugging in 
8GB, you are on the safe side.

Only for a Dual-Layer DVD you would need more RAM.




Bis denn

-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.


  reply	other threads:[~2008-12-12 12:20 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
2008-12-12 11:53   ` Matthias Schniedermeyer [this message]
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=20081212115311.GA15948@citd.de \
    --to=ms@citd.de \
    --cc=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