Update comments about how things break with threading
authorMagnus Hagander <magnus@hagander.net>
Wed, 4 Mar 2009 14:10:40 +0000 (15:10 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 4 Mar 2009 14:10:40 +0000 (15:10 +0100)
reposync.py

index 2af478d9a6d2f8be5b8f6fbd7430fdc74899eb2f..fd133da6bd231458ed3d1aa75030f8818acf8d16 100755 (executable)
@@ -4,8 +4,9 @@
 """
 Cron-job that syncs remote repositories when necessary.
 
-FIXME: Consider doingn this threaded later, since cvs pulls
-       are insanely slow.
+NOTE! Considered doing threading, but the cvs import subprocesses
+      need correct working directory. In the future, we could do this
+      multi-process if needed. For now, just run single-threaded.
 """
 
 import sys