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 luka.napot...@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
___
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.

2008-08-25 Thread Milosz Derezynski
You might want to look at DBus:
http://freedesktop.org/wiki/IntroductionToDBus

2008/8/19 Yasir [EMAIL PROTECTED]

 Hi,

 How can two Gtk based top level windows communicate with each other using
 (message passing)?
 How can we add a user-defined signal and how can we emit this signal?

 Thanks.


 ___
 gtk-devel-list mailing list
 gtk-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtk-devel-list




-- 
Please note that according to the German law on data retention,
information on every electronic information exchange with me is
retained for a period of six months.
[Bitte beachten Sie, dass dem Gesetz zur Vorratsdatenspeicherung zufolge
jeder elektronische Kontakt mit mir sechs Monate lang gespeichert wird.]
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list