diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-20 17:48:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-20 17:48:10 -0400 |
commit | a6202ffe1b5315f199b9bc9124c58f2b0772c523 (patch) | |
tree | 497b84822b900d550c45a269cecf736ae7838d68 /doc/design/assistant | |
parent | 7456e9f68cb1192bf02f9a9d396274cdf97c09e3 (diff) |
idea
Diffstat (limited to 'doc/design/assistant')
-rw-r--r-- | doc/design/assistant/progressbars.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/design/assistant/progressbars.mdwn b/doc/design/assistant/progressbars.mdwn index d3764e8dc..592a8ce24 100644 --- a/doc/design/assistant/progressbars.mdwn +++ b/doc/design/assistant/progressbars.mdwn @@ -35,3 +35,9 @@ the ProgressCallback as the upload progresses. * bup * hook: Would require the hook interface to somehow do this, which seems too complicated. So skipping. + +## communication + +It may be worth using a better communication channel than files on disk for +the transfer progress. Shared memory could be used, or http posts to the +webapp. |