ca6e1c8a687ee3d53c91b6f63cb85ea23fad7396
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 8"""
4  date="2020-09-28T14:00:00Z"
5  content="""
6 The async extension to the protocol guarantees only a single process will
7 be run. The remote might be asked to start several operations
8 concurrently, but if it wants to queue them sequentially, that should be
9 fine.
10
11 While it might be a bit of a round about way to get this functionality,
12 since the extension complicates the protocol a bit, I'm inclined to feel
13 it's enough, and not add this other extension, 
14 at least without some more compelling use case.
15 """]]