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, just not sure it would wo

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 not sure > > it would work well in this k

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 communication between pro

Python, Daemons and D-Bus

2008-05-24 Thread PurpleServerMonkey
Seeking feedback from group members on a design I'm looking at using in a project. I've created an XML-RPC server and a number of Daemons, the idea is that the XML-RPC server gets a request from a user interface of some sort and then sends data to the Daemon processes to do work. Daemons will also