Differences between version 2 and previous revision of fifo(4).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, May 26, 2004 10:25:31 am | by JohnDoe | Revert |
Older page: | version 1 | Last edited on Tuesday, June 4, 2002 12:25:03 am | by perry | Revert |
@@ -46,12 +46,13 @@
deadlocks.
!!NOTES
-When a process tries to write to a FIFO that is not opened
+When a process tries to write to a FIFO that is not opened anymore
for read on the other side, the process is sent a SIGPIPE
signal.
+In general, if you close and re-open one side you need to do it on the other side, too. ''(Is this correct?)''
FIFO special files can be created by mkfifo(3), and
are specially indicated in ''ls -l''.
!!SEE ALSO