This commit is contained in:
Joey Hess 2012-09-20 17:48:10 -04:00
parent 7456e9f68c
commit a6202ffe1b

View file

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