summaryrefslogtreecommitdiff
path: root/doc/todo/parallel_possibilities/comment_3_145fb974f45da99b7d4b117a3699cccf._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/parallel_possibilities/comment_3_145fb974f45da99b7d4b117a3699cccf._comment')
-rw-r--r--doc/todo/parallel_possibilities/comment_3_145fb974f45da99b7d4b117a3699cccf._comment2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/parallel_possibilities/comment_3_145fb974f45da99b7d4b117a3699cccf._comment b/doc/todo/parallel_possibilities/comment_3_145fb974f45da99b7d4b117a3699cccf._comment
index a72a1456c..0d646a7a8 100644
--- a/doc/todo/parallel_possibilities/comment_3_145fb974f45da99b7d4b117a3699cccf._comment
+++ b/doc/todo/parallel_possibilities/comment_3_145fb974f45da99b7d4b117a3699cccf._comment
@@ -4,7 +4,7 @@
subject="comment 3"
date="2013-07-17T19:59:50Z"
content="""
-Note that git-annex now uses locks to communicate amoung multiple processes, so it's now possible to eg run two `git annex get` processes, and one will skip over the file the other is downloading and go on to the next file, and so on.
+Note that git-annex now uses locks to communicate among multiple processes, so it's now possible to eg run two `git annex get` processes, and one will skip over the file the other is downloading and go on to the next file, and so on.
This is an especially nice speedup when downloading encrypted data, since the decryption of one file will tend to happen while the other process is downloading the next file (assuming files of approximately the same size, and that decryption takes approxiately as long as downloading).