Hi I am using multithread to copy many files from a source to multi-network destinations, each thread copy a bulk of files to Different network! I use .net File.Copy(...) I see 100% uses on only one network, each moment
the 100% change from network to network.
I tried to change the destinations to local one, then i see balanced bytes copy over all threads
I tried to run 10 processes(each one to a different destination) instead of 10 thread, then I get all 10 network at 100% use.
I use .net 4.5 any idea ?