summaryrefslogtreecommitdiff
path: root/vest/parallelize.pl
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
commit3c68e6ca0aa4116b01cce1f4a4271ef81cf9c519 (patch)
tree80b8ffeda0823c85d248c94be507d56ed10a9af4 /vest/parallelize.pl
parent2d55061770d01f74a2c70042bc378e5f11d84868 (diff)
par: sleep more briefly for last few lines
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@81 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/parallelize.pl')
-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;