inter process communication

2009-07-10 Thread Garth's KidStuff
Hey All,
What's the best way to communicate between 2 applications?  And can you
point me to some nice C/C++ sample code?

Thanks in advance.

-Garth

-- 
Garth Upshaw
Garth's KidStuff
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: inter process communication

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

Greets,
Luka

Dne 10.07.2009 (pet) ob 09:17 -0500 je Garth's KidStuff zapisal(a):
> Hey All,
> What's the best way to communicate between 2 applications?  And can you
> point me to some nice C/C++ sample code?
> 
> Thanks in advance.
> 
> -Garth
> 
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: inter process communication

2009-07-10 Thread Chris Vine
On Fri, 10 Jul 2009 16:56:28 +0200
Luka Napotnik  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
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list