Subject: Re: ICE CD recorder
To: None <netbsd-users@netbsd.org>
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
List: netbsd-users
Date: 04/11/2003 19:18:46
>
> Doh, forgot to cc to list. Paste:
forgot to answer to list too ;)
> --------------------------
> What kind of system is it? My 32x burner worked fine on an amd 760mp /
> duron 1300 system.
>
mine is pentium 133, 192 MB RAM, fast 7200rpm 80GB IDE drive.
i found pipes to be a bottleneck.
from file cdrecord can record 52x without ANY problems
but even with
cat file|cdrecord -dummy ... it can't reach 32x
cat /dev/zero|cdrecord -dummy ... can't reach 40x
can i optimize pipes somewhat??
bigpipes are enabled.
will changing size to by for eg. 16*PIPE_SIZE instead of 4*PIPE_SIZE (64k)
help.