Arnold:
Am Freitag, 28. März 2008 schrieb Kevin Cosgrove:
On 27 March 2008 at 15:58, Bob van der Poel
<bob(a)mellowood.ca> wrote:
Now, multiple burners ???
Yes, please! I
want to know too. I wonder if running Xen with
multiple copies of the OS and a k3b running in each of those with
one burner on each one would work? But, I'm clueless here.
I don't know about the simultaneous part (I doubt that this works on linux,
does it even work on win?).
But it should be fairly easy to run multiple instances on k3b/cdrecord/cdrdao
at parallel accessing different writers. Only limit should be the bus system
the writer cling to (provided the 700MB of the audio-data are cached in ram
or placed in a tmpfs for faster read, more than 700MB of ram would be
needed).
Arnold
Mulitple burners are no problem, the only problem is to keep track of
disc A, disc B, ... if you want to do 30 each of them.
This is what I did for my choir.
$ ls -l
total 973896
-r--r--r-- 1 karl users 22641472 Mar 29 2005 01_deus_in_adjutorum.wav
...
-r--r--r-- 1 karl users 29461784 Mar 30 2005 1312_sicut_erat_in_principio.wav
-rw-r--r-- 1 karl users 1992 Mar 30 2005 a.toc
-rw-r--r-- 1 karl users 2118 Mar 30 2005 b.toc
-rwxr-xr-x 1 karl users 170 May 14 2005 run
$ cat run
#!/bin/sh
devf=$1
devn=$2
toc=$3
eject -t $devf
cdrdao write -n --driver generic-mmc --device $devn --speed 8 $toc
eject $devf
dtmfdial 1234 # just to get my attention
$
Then I start two xterms and run
for i in `seq 1 30`; do ./run /dev/hdc ATA:1,0,0 a.toc; done
for i in `seq 1 30`; do ./run /dev/scd0 1,4,0 b.toc; done
Hälsningar,
/Karl
-----------------------------------------------------------------------
Karl Hammar Aspö Data karl(a)aspodata.se
Lilla Aspö 2340 Nätverk
S-742 94 Östhammar 0173 140 57 Datorer/Utrustning
Sverige 070 511 97 84 Linux/Unix konsulting
-----------------------------------------------------------------------