summaryrefslogtreecommitdiff
path: root/doc/todo/Slow_transfer_for_a_lot_of_small_files./comment_1_fa76bc744e30aaeed4a3b3e2fe3dd75e._comment
blob: c877f9359601f7fc7ea2426d76e131dc028facac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawnKT33H9qVVGJOybP00Zq2NZmNAyB65mic"
 nickname="Lucas"
 subject="comment 1"
 date="2014-11-12T07:58:07Z"
 content="""
Opening multiple connections to a host can be preferable sometimes and it's unlikely to be an issue at all for the larger remotes like Google, Microsoft or S3.

For example, the OneDrive provider spends a lot of time sitting around waiting for initialisation between uploads. Using, say 5 threads instead of 1 would allow it to continue doing things while it waits.

Multiple connections can also vastly improve upload speeds for users with congested home internet connections.
"""]]