Communicating between two computers

donotspam-jen@personic.com dnotspam-jen at personic.com
Sun Jul 2 18:19:38 EDT 2000


I checked out the link, but from what I read, it sounds like this is a
client-side implementation only.  Is there more info on this somewhere?
Maybe some examples of how to use this?

Thanks!

Jen


"David Bolen" <db3l at fitlinxx.com> wrote in message
news:uem5e38if.fsf at ctwd0143.fitlinxx.com...
> Well, there's probably no end to the number of protocols and methods
> by which you could get the machines to talk, but given that it's
> Python invoking Python, you might take a peek at Fredrik Lundh's
> XML-RPC library.  XML-RPC was sort of the precursor to SOAP.  Similar
> in concept, but it's dirt simple to get two Python processes
> communicating (calling arbitrary methods with any Python objects and
> returning any Python objects).
>
> See http://www.pythonware.com/products/xmlrpc/index.htm.






More information about the Python-list mailing list