[net.unix-wizards] Using pipes

ksg@houxl.UUCP (K.GRANT) (07/11/84)

I would like to create a pipe between two processes which are not related
(that is one is not the parent of the other).  If one process uses the pipe
system call, it gets two file descriptors which only have meaning to that
process and its children.  How do I pass one side of the pipe to another
process?  Please respond to:

			{ihnp4!}houxl!ksg

Thanks in advance