Re: unnamed pipe and independent process
ratheesh k <[email protected]> Mon, 20 Dec 2010 11:51:28 +0530
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Could i use popen in some way ? somebody told me there is way around . On Mon, Dec 20, 2010 at 11:28 AM, Bogdan Cristea <[email protected]> wrote: > On Monday 20 December 2010 06:37:54 you wrote: >> is it possible to communicate between two independent process using >> unnamed pipes in linux ? >> >> -Ratheesh >> -- >> To unsubscribe from this list: send the line "unsubscribe >> linux-c-programming" in the body of a message to [email protected] >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > This is exactly why named pipes (fifos) are provided. > -- To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html