From 410b1c2b1fca1cacf29e07d3091a376e90004bfc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Sep 2016 19:06:56 -0400 Subject: [PATCH] todo --- ...nal_special_remote_not_used_concurrently_with_-J.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn 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 0000000000..a515d35ca2 --- /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?