devblog
This commit is contained in:
parent
37c8c6df99
commit
b025500352
1 changed files with 12 additions and 0 deletions
12
doc/devblog/day_418__concurrent_externals.mdwn
Normal file
12
doc/devblog/day_418__concurrent_externals.mdwn
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Realized recently that despite all the nice concurrency support in
|
||||||
|
git-annex, external special remotes were limited to handling one request at
|
||||||
|
a time.
|
||||||
|
|
||||||
|
While the external special remote prococol could almost support concurrent
|
||||||
|
requests, that would complicate implementing them, and probably need a
|
||||||
|
version flag to enable to avoid breaking existing ones.
|
||||||
|
|
||||||
|
Instead, made git-annex start up multiple external special remote processes
|
||||||
|
as needed to handle concurrency.
|
||||||
|
|
||||||
|
Today's work was sponsored by Josh Taylor on Patreon.
|
Loading…
Add table
Add a link
Reference in a new issue