This commit is contained in:
Joey Hess 2016-09-26 19:06:56 -04:00
parent 6bdb6d4570
commit 410b1c2b1f
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -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?