The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 05-23-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
1. only one process can read a pipe at any time, multiple can write.

2. scalability, if you want more processes that allowable file descriptors per process what do you do?
Reply With Quote