Path: utzoo!utgpu!watserv1!watmath!att!att!linac!uwm.edu!zaphod.mps.ohio-state.edu!samsung!crackers!m2c!ulowell!hawk!mchetan From: mchetan@hawk.ulowell.edu (Munisuvratha Chetan) Newsgroups: comp.unix.questions Subject: Help: pipe accross two processes Message-ID: <1510@ulowell.ulowell.edu> Date: 27 Nov 90 22:32:29 GMT Sender: news@ulowell.ulowell.edu Reply-To: mchetan@hawk.ulowell.edu (Munisuvratha Chetan) Organization: University of Lowell, CS Dept. Lines: 13 Hi, I have a problem with "pipe"s, which might have appeared earlier. I have two processes - a server and a client. The server runs in an infinite loop untill killed. After the server is brought up, clients wil be forked, from a different shell. If the clients know the process id of the server, how can I establish a communication channel between the two using pipes (and signals, if necessary) only. I know how to create pipes between a parent and child. Any help is greatly appreciated. Thanx a bunch.