From 9bcfbc40480c2a6a675ff5b9198e64287c6e6881 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Jul 2012 21:17:21 -0600 Subject: todo --- doc/design/assistant/syncing.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 9c607f992..94699aae0 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -31,6 +31,10 @@ all the other git clones, at both the git level and the key/value level. only uploading new files but not downloading, and only downloading files in some directories and not others. See for use cases: [[forum/Wishlist:_options_for_syncing_meta-data_and_data]] +* Running external commands from one thread blocks all of them until + it completes. Try to switch to haskell's threaded runtime, which I + think fixes this. Failing that, make sure all network accessing + commands are run by separate processes or something. ## data syncing -- cgit v1.2.3