D
Dan
All,
I have an application that transfers files from one
machine to another machine (in a remote location) via FTP.
My question is in regards to the performance of the FTP
transfer. Am I better to run a single thread and transfer
one file at a time to the remote machine or am I better to
have a few threads running each transfering a file to that
machine? I have not been able to find any data regarding
such a situation. Any insight would be much appreciated.
Thanks!
I have an application that transfers files from one
machine to another machine (in a remote location) via FTP.
My question is in regards to the performance of the FTP
transfer. Am I better to run a single thread and transfer
one file at a time to the remote machine or am I better to
have a few threads running each transfering a file to that
machine? I have not been able to find any data regarding
such a situation. Any insight would be much appreciated.
Thanks!