add design for git-remote-daemon
This commit is contained in:
parent
e9d34ed7df
commit
32f44e7b83
2 changed files with 102 additions and 6 deletions
|
@ -66,8 +66,7 @@ encryption.
|
|||
|
||||
## separate daemon?
|
||||
|
||||
A `gathd` could contain all the telehash specific code, and git-annex
|
||||
communicate with it via a local socket.
|
||||
See [[git-remote-daemon]] for a design.
|
||||
|
||||
Advantages:
|
||||
|
||||
|
@ -88,8 +87,4 @@ Advantages:
|
|||
|
||||
Disadvantages:
|
||||
|
||||
* Adds a memcopy when large files are being transferred through telehash.
|
||||
Unlikely to be a bottleneck.
|
||||
* Adds some complexity.
|
||||
* What IPC to use on Windows? Might have to make git-annex communicate
|
||||
with it over its stdin/stdout there.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue