Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 1995 12:59:54 +0100
From:      se@zpr.uni-koeln.de (Stefan Esser)
To:        joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
Cc:        hackers@freebsd.org
Subject:   Re: Anyone keen to help me get a Phillips CDD 521 Recorder working?
Message-ID:  <199511291159.AA06154@Sysiphos>
In-Reply-To: J Wunsch <j@uriah.heep.sax.de> "Re: Anyone keen to help me get a Phillips CDD 521 Recorder working?" (Nov 29,  8:55)

next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 29,  8:55, J Wunsch wrote:
} Subject: Re: Anyone keen to help me get a Phillips CDD 521 Recorder workin
} As Douglas Ambrisko wrote:
} > 
} >   So the data has to come from a hard drive
} > attached to the SCSI bus.  A lot of burners use a separate SCSI bus for the
} > CD-R so it's doesn't have to worry about any other device holding the 
} > bus.  Also people use AV disks to eliminate the problem of thermal 
} > recalibration.
} 
} I think the problem with thermal recalibration is the biggest one.

Not a problem anymore with embedded servo drives (e.g. a Quantum Fireball
or any other of the current low cost SCSI drives ...)

} On the other hand, with something like `team' doing the data
} shuffling, you could use the RAM as an additional cache.  One process
} in constantly reading the input file, and this one will choke when the
} disk performs a thermal recalib.  Since the output process reads
} buffered data, it will not starve immediately.  The only requirement
} is that the average CD burn rate is much slower than the average disk
} read rate, but with 600 KB/s for the burner, this doesn't seem to be a
} problem.
} 
} Nevertheless, the driving process should run at rtprio, so its getting
} the highest probability of grabbing the CPU whenever it needs it
} (which is seldom anyway, since both of its sub-processes are i/o-
} bound).


Well, how about a configuration with a dedicated 1GB SCSI drive ($250) 
connected to a SCSI host adapter ($40) that it shares only with the CDROM 
writer, and using a SCSI Copy command for the actual transfer ...

Seems like a low cost solution, that only requires a command similar to
scsi_format to initiate the copy ...


Regards, STefan


-- 
 Stefan Esser, Zentrum fuer Paralleles Rechnen		Tel:	+49 221 4706021
 Universitaet zu Koeln, Weyertal 80, 50931 Koeln	FAX:	+49 221 4705160
 ==============================================================================
 http://www.zpr.uni-koeln.de/~se			  <se@ZPR.Uni-Koeln.DE>



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