File: day_418__concurrent_externals.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (12 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
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.