Started By
Message

re: File Copy Program Suggestions Besides TeraCopy

Posted on 8/11/16 at 11:21 pm to
Posted by Spock's Eyebrow
Member since May 2012
12300 posts
Posted on 8/11/16 at 11:21 pm to
Not sure how multithreading helps with file copying, which is I/O bound by definition. Given enough time to run, and especially with larger files, it will reach a point where the destination drive can't keep up with the cached data to be copied, and then, it can't be any better than single threading. It could actually be worse, especially with spinning disks due to thrashing. Also, if it's implemented poorly, it could fragment the copied files. That all assumes different source and destination disks. If they're the same, multithreading can only hurt.
Posted by LSshoe
Burrowing through a pile o MikePoop
Member since Jan 2008
4027 posts
Posted on 8/12/16 at 8:06 am to
It definitely depends on the situation. If you have lots of small files, copying one at a time will likely be significantly slower than doing multiple. You are right that there would definitely be diminishing returns on multithreading when you're copying from a single drive to another, or even the same disk.
first pageprev pagePage 1 of 1Next pagelast page
refresh

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on Twitter, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookTwitterInstagram