diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-26 19:06:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-26 19:06:56 -0400 |
commit | d08b01d68886a9deaf7d3c1c10a2aeb1d68e2535 (patch) | |
tree | 8ee742bf96445e8ff813c334f9e4368a4f54ac8e /doc/todo | |
parent | 3eb8545556370ead8c878289b0aafdf6dd71ddbc (diff) |
todo
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn | 9 |
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? |