Re: inter process communication



On Fri, 10 Jul 2009 16:56:28 +0200
Luka Napotnik <luka napotnik gmail com> wrote:

If you need more advanced IPC, take a look at D-BUS. For basic IPC you
could use unix local sockets or shared memory.

... or named pipes/fifos (man 3 mkfifo) for the most basic IPC.

Chris



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]