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 <[EMAIL PROTECTED]>: > > 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 >
-- http://mail.python.org/mailman/listinfo/python-list