add design for git-remote-daemon

This commit is contained in:
Joey Hess 2014-04-03 14:53:09 -04:00
parent e9d34ed7df
commit 32f44e7b83
Failed to extract signature
2 changed files with 102 additions and 6 deletions

View file

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