The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-06-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,800
The reason you are not getting a lot of responses: fifo() is not a standard unix function (not listed by POSIX).

mknod() and mkfifo() are some of the standard functions for this.
If you want explanations and examples, start here:
Downloads for Advanced Linux Programming
Download Chapter 5 Interprocess Communication. It's free.