[project @ Method 2 for monitoring pipeline run (based on config_pipeline.py]
authorBrandon King <kingb@caltech.edu>
Fri, 16 Nov 2007 22:13:21 +0000 (22:13 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 16 Nov 2007 22:13:21 +0000 (22:13 +0000)
commitac160c245bd26f6bf21281645284dc523a754586
treedd35a9d298a3c6043f132659c2ffb5385d6f1661
parente931fbf256a9b0ad76f398dbd380b570c644a7df
[project @ Method 2 for monitoring pipeline run (based on config_pipeline.py]
 * Since the first version stalled in a mysterious way,
   I am trying a new method.
 * Now writes out standard out and standard error to file using
   file descriptors.
 * Also uses inotify to detect "finished" files.
   * FIXME: Need to do something about all other files (currently
     printed to stdout).
 * FIXME: Double check the run_dir exists in configure step.
 * FIXME: Upon run completion, read and process stderr output.
bin/config_pipeline2.py [new file with mode: 0644]