From mboxrd@z Thu Jan 1 00:00:00 1970 From: Justinas Subject: Re: usage of pipes Date: Tue, 23 Nov 2004 10:15:45 +0200 Message-ID: <20041123101545.1b3c4693@localhost.localdomain> References: <1101189263.3786.19.camel@myLinux> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1101189263.3786.19.camel@myLinux> Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Jagadeesh Bhaskar P Cc: linux-c-programming@vger.kernel.org On Tue, 23 Nov 2004 11:24:24 +0530 Jagadeesh Bhaskar P wrote: > Hi, > > I created a pipe in a program. Now i want to write through that to > another program. Is it possible? > Or putting it in other words, can I communicate with a pipe (and not a > named pipe or FIFO), between 2 entirely independent processes? > > Helo. Here are some info on this topic: http://www.gnu.org/software/libc/manual/html_node/Pipes-and-FIFOs.html > -- > Jagadeesh Bhaskar P > > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >