Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2002 15:14:05 -0400
From:      Keith Pitcher <kpitcher@locallink.net>
To:        David Gilbert <dgilbert@velocet.ca>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: [hackers] Multi CDR burn
Message-ID:  <20020709191404.GA97352@stone.locallink.net>
In-Reply-To: <15658.50186.945164.162061@canoe.velocet.net>
References:  <20020708220105.GA32341@stone.locallink.net> <15658.50186.945164.162061@canoe.velocet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 09, 2002 at 07:07:54AM -0400, David Gilbert wrote:
> Remember: unix is a system whereby you assemble piplelines and scripts
> of _simple_ programs to create complex behavior.  It's not necessary
> to have a multi-cd tool when you can roll your own with your own
> behavior.
> 
> Dave.

This is a simplistic and inadequate solution. UNIX was intended to be
efficient, not to do eight Times the amount of work of any other system. 
This uses 8 times the memory, 8 times the processor, and 8 times the bus
(only 4 times if two channels, but you get the idea). A properly written CD
burning tool would use the SCSI commands to send the data only once to all
of the devices.  This solution requires that you have a machine that is 8
times more powerful than you should actually need. We do not. We have an HP
Netserver 5: a P100 with a built in narrow SCSI2 controller. 

Given the hardware, is there a way to burn 8 CDs at one time, or is there
some mirroring code that is well written enough to facilitate it?    

Thank you,

Keith

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020709191404.GA97352>