PREV INDEX NEXT

Author: Unknown
Subject: Pipe function
Date: Wednesday, 25 Nov 2020, 20:31:50

With the pipe() function, could there be a problem of one process trying to read from a pipe that hasn't been written to yet? For example, if the process trying to read from the pipe reaches the read() call before another process has reached its write() call?
PREV INDEX NEXT