Teracopy to support multi-threading when copying/verifying

Avatar
  • updated
  • Started

I suggest that Teracopy supports multithreading. As you know when copying small files multithreading support will speed things up instead of serial copy.

Duplicates 2
multiple threads using multiple core to copy or move

use more threads, like the robocopy.

Parallel File Copy

In some cases, copying many files in the same time (in parallel) will be faster than copying one after another. For example, when using drive pool software or some network file transfer, parallel copying sometimes can speed even up to 2x times faster.

Hope this function can come true someday.

If you have any questions, please feel free to email: zhangsiyuan@mail.ustc.edu.cn.

Avatar
Code Sector

We have made progress in creating a foundation of a multi-thread copy system that allows for reading once and writing to one or multiple targets, as well as reading from multiple threads and writing using one thread for HDD/tape. However, we still have a lot of work ahead of us due to major changes in the copy engine. We estimate that a beta version will be available in a couple of months.

Image 1504

Avatar
william houston
Quote from Code Sector

We have made progress in creating a foundation of a multi-thread copy system that allows for reading once and writing to one or multiple targets, as well as reading from multiple threads and writing using one thread for HDD/tape. However, we still have a lot of work ahead of us due to major changes in the copy engine. We estimate that a beta version will be available in a couple of months.

Image 1504

I'll be very happy to be able to use parallel single Source to two Targets copying!  Windows 10 Explorer freezes up completely part way through when copying large files ( 200GB +), Thanks