That was what we were thinking of, so if there is not some kind of easy python magic we will probably use some sockets.<br><br>Thanks!!<br><br><div><span class="gmail_quote">2008/3/18, Joshua Kugler <<a href="mailto:jkugler@bigfoot.com">jkugler@bigfoot.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Adrián Bravo Navarro wrote:<br> >> Is there any simple way to achieve this goal? We've been thinking of<br> >> sockets but Im not conviced at all with that.<br> <br> <br>If you want to communicate between processes on the same host, yes, you can<br>
 use DBus or a couple of the options here:<br> <a href="http://docs.python.org/lib/ipc.html">http://docs.python.org/lib/ipc.html</a><br> <br> If you want to communicate between hosts, then sockets is probably going to<br>
 be your only options, although there are libraries that abstract some of<br> that for you to make it easier to manage.  You might want to take a look at<br> Pyro. <a href="http://pyro.sourceforge.net/">http://pyro.sourceforge.net/</a><br>
 <br> j<br> <br><br> --<br> <a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a><br> </blockquote></div><br>