tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
2.95k stars 468 forks source link

Information about high data transfers #16

Open tredoe opened 11 years ago

tredoe commented 11 years ago

This is about programs --some of them with the protocol explained-- that got great speed to upload files:

http://www.tcnj.edu/~bush/uftp.html http://udt.sourceforge.net/ http://tsunami-udp.sourceforge.net/

And this information is to tune TCP to get high performance data transfers:

http://www.psc.edu/index.php/networking/641-tcp-tune

I hope it can be useful at some point.

felixge commented 11 years ago

@kless great links - thanks for posting them!

Once we've nailed the problem of producing reliable and compatible file uploading software, we'll look into performance and investigate the best options. (the lowest hanging fruit is probably utilizing multiple connections per upload)