summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar squid@d632da79105a546295e411392baaa70df380a4a2 <squid@web>2016-08-12 00:15:05 +0000
committerGravatar admin <admin@branchable.com>2016-08-12 00:15:05 +0000
commitc73f2b7b892ad2d349eee9b696f19d0c687e4976 (patch)
tree3be2a38b8dcf8cad980c8a53904188a7f4ed2daa
parent3de4e6bbfc19363c4065b384328f975b1f155d37 (diff)
-rw-r--r--doc/forum/download_from_multiple_remotes_in_parallel.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/download_from_multiple_remotes_in_parallel.mdwn b/doc/forum/download_from_multiple_remotes_in_parallel.mdwn
new file mode 100644
index 000000000..d749929be
--- /dev/null
+++ b/doc/forum/download_from_multiple_remotes_in_parallel.mdwn
@@ -0,0 +1,9 @@
+Hey everyone,
+
+I have the situation that there are two remote repositories A and B, both of which have several files that I want to get. The problem is that both A and B have limited upstream, so launching several threads downloading from A would not speed up the download, but downloading from A and B in parallel would help significantly.
+
+When I git-annex-get these files, my dream would be that specifying --jobs=2 has the effect that thread #1 only downloads from A and thread #2 only downloads from B. If this is the case, great, but if it is not (and I expect it to not be the case), is there any way to get files in parallel from A and B, but only ever having one connection to each of these repositories?
+
+Thanks a lot!
+
+