Re: dvd+rw-tools update [6.0, DVD-R DL]

2006-01-19 Thread Peter Osterlund
that, relatively speaking, you will suffer much more today than in the past, if you are not reading sequentially from the hard disk, ie if you are accessing many small files that are spread out all over the disk. -- Peter Osterlund - [EMAIL PROTECTED] http://web.telia.com/~u89404340 -- To UNSUBSCRIBE

Re: Why actual speed is slower than nominal? (2.6x vs 4x)

2005-05-04 Thread Peter Osterlund
, then actual speed happens to be even slower. I am creating the image on the fly, could that make things go slower? Yes it could. See this link: http://lists.debian.org/cdwrite/2003/12/msg00226.html -- Peter Osterlund - [EMAIL PROTECTED] http://web.telia.com/~u89404340

Re: Updated DVD patch for cdrecord

2004-03-03 Thread Peter Osterlund
; printf( %5.1fx, fspeed); printf(.); savbytes = (bytes 20) 20; -- Peter Osterlund - [EMAIL PROTECTED] http://w1.894.telia.com/~u89404340 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: Updated DVD patch for cdrecord

2004-03-03 Thread Peter Osterlund
; printf( %5.1fx, fspeed); printf(.); savbytes = (bytes 20) 20; -- Peter Osterlund - [EMAIL PROTECTED] http://w1.894.telia.com/~u89404340

Re: growisofs + pipebuf2 = trouble

2004-02-23 Thread Peter Osterlund
) % bufSize; - int maxLen = bufSize - readPos; + int maxLen = MIN(bufSize - readPos, bufSize - dataLen); ret = read(STDIN_FILENO, buffer[readPos], maxLen); if (ret 0) { if ((errno != EINTR) (errno != EAGAIN)) { -- Peter

growisofs performance measurements

2003-12-26 Thread Peter Osterlund
, except that it uses SysV IPC shared memory, which makes it impossible to use very large buffers.) -- Peter Osterlund - [EMAIL PROTECTED] http://w1.894.telia.com/~u89404340 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

growisofs performance measurements

2003-12-26 Thread Peter Osterlund
, except that it uses SysV IPC shared memory, which makes it impossible to use very large buffers.) -- Peter Osterlund - [EMAIL PROTECTED] http://w1.894.telia.com/~u89404340