Comunicate processes with python

Adrián Bravo Navarro adrianbn at gmail.com
Tue Mar 18 13:40:29 EDT 2008


That was what we were thinking of, so if there is not some kind of easy
python magic we will probably use some sockets.

Thanks!!

2008/3/18, Joshua Kugler <jkugler at bigfoot.com>:
>
> Adrián Bravo Navarro wrote:
> >> Is there any simple way to achieve this goal? We've been thinking of
> >> sockets but Im not conviced at all with that.
>
>
> If you want to communicate between processes on the same host, yes, you
> can
> use DBus or a couple of the options here:
> http://docs.python.org/lib/ipc.html
>
> If you want to communicate between hosts, then sockets is probably going
> to
> be your only options, although there are libraries that abstract some of
> that for you to make it easier to manage.  You might want to take a look
> at
> Pyro. http://pyro.sourceforge.net/
>
> j
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080318/2ed1471b/attachment-0001.html>


More information about the Python-list mailing list