"Mike" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 > -- http://mail.python.org/mailman/listinfo/python-list