Remote Function Call

Irmen de Jong irmen.NOSPAM at xs4all.nl
Thu Jan 12 21:13:22 EST 2006


Mike wrote:
> Hi,
> 
> I have two machines. A python program on machine 1 needs to make a
> python call to a method in machine 2. What is the most efficient / fast
> / programmer friendly way to do it?
> 
> - XML-RPC?
> - Http Call?

use Pyro
http://pyro.sourceforge.net

--Irmen



More information about the Python-list mailing list