Remote Function Call

Frithiof Andreas Jensen frithiof.jensen at die_spammer_die.ericsson.com
Fri Jan 13 04:33:01 EST 2006


"Mike" <mike12mike12 at hotmail.com> wrote in message
news:1137114745.855943.131620 at g14g2000cwa.googlegroups.com...
> 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

Some Custom Mechanism: Pyro or SPREAD f.ex.

> / programmer friendly way to do it?

XML-RPC - the client and server is already included in Python's standard
libraries!

The protocol is text-based so it is easy to generate test cases for each
component.

>
> - XML-RPC?
> - Http Call?
>
> Thanks,
> Mike
>





More information about the Python-list mailing list