Specify number of threads when copying (and moving?) files
Posted: 2012-02-07, 14:07 UTC
Hi all,
I often have to copy files to/from network share. I don't know how the share is implemented in my case, but from my experience, when copying a file, after initial big delay the copying speeds are good. It means that copying a couple of large files is OK, but copying a large number of small files becomes too long.
Archiving them all and then copying an archive is not an option to me. So what I do now is splitting them into groups and copying these groups in parallel. This helps, but it is a lot of manual work - very time consuming and error prone.
What I would like is an option in copying dialog to specify how many threads to use for copying (default 1). TC would then start copying all selected files in parallel using that number of threads. I guess that similar option would be useful for moving files too.
As having multiple threads for copying would be useful in some cases and not in others, I think that this parameter should be configurable on per copying basis, not an option in settings.
Thanks a lot,
Alex
I often have to copy files to/from network share. I don't know how the share is implemented in my case, but from my experience, when copying a file, after initial big delay the copying speeds are good. It means that copying a couple of large files is OK, but copying a large number of small files becomes too long.
Archiving them all and then copying an archive is not an option to me. So what I do now is splitting them into groups and copying these groups in parallel. This helps, but it is a lot of manual work - very time consuming and error prone.
What I would like is an option in copying dialog to specify how many threads to use for copying (default 1). TC would then start copying all selected files in parallel using that number of threads. I guess that similar option would be useful for moving files too.
As having multiple threads for copying would be useful in some cases and not in others, I think that this parameter should be configurable on per copying basis, not an option in settings.
Thanks a lot,
Alex