summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-30 18:17:21 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-30 18:17:21 +0000
commit49f18f61b6b4b8c347ef948934f349b1c1421015 (patch)
treeb7514d2493d323d383925d62daccddabf8ccb10c
parent1e1320442bb9c590ea65fec725698b78a49757ea (diff)
par: sleep more briefly for last few lines
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@81 ec762483-ff6d-05da-a07a-a48fb63a330f
-rwxr-xr-xvest/parallelize.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/parallelize.pl b/vest/parallelize.pl
index 66d54d02..a6fd264b 100755
--- a/vest/parallelize.pl
+++ b/vest/parallelize.pl
@@ -16,7 +16,7 @@
#TODO: if -j 1, run immediately, not via sentserver? possible differences in environment might make debugging harder
-#BUG: if input is short, nothing ever gets to clients. bug in sentserver or in this Perl?
+#ANNOYANCE: if input is shorter than -j n lines, or at the very last few lines, repeatedly sleeps. time cut down to 15s from 60s
use Getopt::Long;
use IPC::Open2;