Copy and Paste Byte by Byte

  • Thread starter Thread starter George Oro
  • Start date Start date
G

George Oro

Hi,

Im developing a backup software and Im copying the file byte by byte.
At the moment I set to 20,480 Bytes (10 kb) till the it gets
completed. The higher bytes set to copy per loop the faster the backup
gets completed. Im just wondering if there's any conflict may occur if
I set more higher.

Any comments would be greatly appreciated.

TIA,
George
 
hi George,

George said:
Im developing a backup software and Im copying the file byte by byte.
At the moment I set to 20,480 Bytes (10 kb) till the it gets
completed. The higher bytes set to copy per loop the faster the backup
gets completed. Im just wondering if there's any conflict may occur if
I set more higher.
This is not byte by byte, it's block by block. The most important
problem is: How do you like to handle concurrency?

But this is theoretical discussion, which imho leads to far for the ng here.


mfG
--> stefan <--
 
Hi,

Im developing a backup software and Im copying the file byte by byte.
At the moment I set to 20,480 Bytes (10 kb) till the it gets
completed. The higher bytes set to copy per loop the faster the backup
gets completed. Im just wondering if there's any conflict may occur if
I set more higher.

Any comments would be greatly appreciated.

TIA,
George

Are you doing this in Microsoft Access, the subject of this newsgroup????

John W. Vinson [MVP]
 
Back
Top