[ET Trac] [Einstein Toolkit] #695: Don't buffer output from configuration scripts
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Sun Dec 11 20:19:27 CST 2011
#695: Don't buffer output from configuration scripts
----------------------+-----------------------------------------------------
Reporter: eschnett | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: Cactus | Version:
Keywords: |
----------------------+-----------------------------------------------------
Output from configuration scripts is buffered, and is only output after
the script has finished. This is inconvenient for long-running scripts.
Instead, the output should be shown right away.
This buffering is done in file lib/sbin/ConfigScriptParser.pl, which uses
Perl backquotes `` to collect all of the script's output. Instead, Cactus
should use a pipe to read the script's output line-by-line, and process it
immediately.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/695>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list