summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-26 19:06:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-26 19:06:56 -0400
commitd08b01d68886a9deaf7d3c1c10a2aeb1d68e2535 (patch)
tree8ee742bf96445e8ff813c334f9e4368a4f54ac8e /doc
parent3eb8545556370ead8c878289b0aafdf6dd71ddbc (diff)
todo
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn b/doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn
new file mode 100644
index 000000000..a515d35ca
--- /dev/null
+++ b/doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn
@@ -0,0 +1,9 @@
+When using an external special remote with -Jn, multiple transfers do not
+happen concurrently to the remote. A single process is
+started for the external special remote, and there's locking to only let
+one request be made of it at a time.
+
+This should not be hard to make to use a pool of Externals, starting up a
+new one if the pool is empty or all in use. --[[Joey]]
+
+[[users/yoh]] may want this for datalad?