RPC client class?

Aaron Lav asl2 at panix.com
Fri Mar 3 15:33:02 EST 2006


In article <pVWNf.2362$6I.2361 at newsread3.news.pas.earthlink.net>,
Dick Watson <littlegreengecko at mind-enufalready-spring.com> wrote:
>"Fredrik Lundh" <fredrik at pythonware.com> wrote in message 
>news:mailman.2634.1141371832.27775.python-list at python.org...
>> if the RPC you're talking about is Sun RPC, the whole concept is pretty
>> dated (the original RFCs are from the late eighties).
>
>Just because it's dated doesn't meant it isn't still something that 
>occasionally needs done. Thanks for the advice! 

There's also several packages that I know of that include an ONC RPC
IDL compiler, which you might want to look at if the IDL is complex:
 - my Pinefs package (http://www.panix.com/~asl2/software/Pinefs/),
 - the Michigan CITI pynfs/newpynfs 
(http://www.citi.umich.edu/projects/nfsv4/pynfs/)
 - Wim Lewis's rpcgen.py
(http://people.omnigroup.com/wiml/soft/stale-index.html#python)

        Aaron Lav (http://www.pobox.com/~asl2)





More information about the Python-list mailing list