search for: stdio_buff

Displaying 1 result from an estimated 1 matches for "stdio_buff".

2014 Jul 09
1
Keeping atomicity of write() through ssh
...y other messages before its fully sent to the terminal. However, if PipeView works fine on local host, it'll break when used through ssh, and I strongly suspect ssh to break atomicity of write() on the fd. More on stdout/stderr atomicity and buffering: http://www.pixelbeat.org/programming/stdio_buffering/ So 2 questions: - Can you confirm that ssh breaks atomicity of write on stderr/stdout ? - Has this issue any chances to be fixed one day ? - Related to the last question: would you accept any patches to fix that ? My main concern is to know if there are practical important reason why the...