Finding most efficient transmission size in varying network latency scenarios
- by rwmnau
I'm building a .NET remoting client/server that will be transmitting thousands of files, of varying sizes (everything from a few bytes to hundreds of MB), and I'm curious about a general method for finding the appropriate transmission size. As I see it, there's the following tradeoff:
Serialize entire file into a transmission object and transmit…