D-Bus

2010-03-17 Thread Zubin Mithra
Hello, I have experience writing scripts to connect to the D-Bus interface provided by different applications but have no experience writing a D-Bus interface for an application. Could someone point me in the right direction? A tutorial or a good example would be nice. Cheers!!! Zubin Mithra

Re: Python, Daemons and D-Bus

2008-05-25 Thread Diez B. Roggisch
PurpleServerMonkey schrieb: On May 25, 5:46 am, Sebastian 'lunar' Wiesner <[EMAIL PROTECTED]> wrote: [ PurpleServerMonkey <[EMAIL PROTECTED]> ] Would you use D-Bus or a more traditional IPC method such as sockets? Although D-Bus is relatively new it looks interesting,

Re: Python, Daemons and D-Bus

2008-05-24 Thread PurpleServerMonkey
On May 25, 5:46 am, Sebastian 'lunar' Wiesner <[EMAIL PROTECTED]> wrote: > [ PurpleServerMonkey <[EMAIL PROTECTED]> ] > > > Would you use D-Bus or a more traditional IPC method such as sockets? > > Although D-Bus is relatively new it looks interesting, just

Re: Python, Daemons and D-Bus

2008-05-24 Thread Sebastian 'lunar' Wiesner
[ PurpleServerMonkey <[EMAIL PROTECTED]> ] > Would you use D-Bus or a more traditional IPC method such as sockets? > Although D-Bus is relatively new it looks interesting, just not sure > it would work well in this kind of project. DBus is not really intended for private commun

Python, Daemons and D-Bus

2008-05-24 Thread PurpleServerMonkey
emons will also need to feed back task information to the XML-RPC server. For the communications between the Daemons and XML-RPC server I was thinking of using D-Bus (The project is for Linux and *BSD) but wanted to hear what others thought of the idea? Would you use D-Bus or a more traditional IPC m