The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
pipe read and write with many forked children
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
pipe read and write with many forked children
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
05-23-2007
porter
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?
porter
View Public Profile
Find all posts by porter