RPC and XDR with python
Fred L. Drake
fdrake at cnri.reston.va.us
Tue Apr 13 09:30:00 EDT 1999
Randall Hopper writes:
> Well, haven't looked for RPC, but XDR is there. Here's a code snip from
> something I wrote recently, brutally cut and simplified to highlight how
> xdrlib can be used:
The xdrlib module is documented at:
http://www.python.org/doc/lib/module-xdrlib.html
Using this to support RPC is included in the Demo/rpc/ directory of
the source distribution; I don't know how recently this has been
tested.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
Corporation for National Research Initiatives
More information about the Python-list
mailing list