February 2018
Intermediate to advanced
340 pages
9h 43m
English
As the previous recipe describes, each process has stdin, a stdout and stderr file descriptors. The standard approach is the use of stdout as a process output and stderr as process error output. As these are the file descriptors, the destination where the data is written could be anything, from the console to the socket. This recipe will show you how to write the stdout and stderr.
Read now
Unlock full access