Project

General

Profile

Feature #4526

Updated by Peter Amstutz over 9 years ago

When redirecting stdin or stdout, run-command currently either opens a file on the FUSE mount (stdin) or writes a staging file that is uploaded after the task completes (stdout).    In the absence of a writable streaming fuse mount (#3198) run-command could stream stdin and stdout which would improve performance for those tools that are written to take advantage of it.

Back