c/unix q
Shachar Shemesh
shachar at shemesh.biz
Thu Jun 6 22:08:52 IDT 2013
On 06/06/13 18:14, Erez D wrote:
>
>
> Just have the parent request another child from the child,
>
> can't do - i do not have the source of the child. ( i do fork+exec )
Remind me why you insist on one pipe for all children? What are you
going to do if the children's lifetime overlaps? What is wrong with the
so standard practice of "pipe, fork, child closes write, child closes
read & exec. Parent read until EOF and then closes read." Repeat daily?
Shachar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cs.huji.ac.il/pipermail/linux-il/attachments/20130606/43c8b26c/attachment.html>
More information about the Linux-il
mailing list