summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/design/assistant/progressbars.mdwn6
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.