diff --git a/doc/design/assistant/progressbars.mdwn b/doc/design/assistant/progressbars.mdwn index d3764e8dc5..592a8ce240 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.