0% found this document useful (0 votes)
36 views

RPC Programming Practices: Python Features

This document provides several links to resources about remote procedure call (RPC) programming practices and technologies. It includes links to Microsoft documentation on installing RPC environments in Windows and best practices. Additionally, it links to pages that discuss Sun RPC generation, using HTTP as an RPC transport, and features of RPC in Python like the python-jrpc library.

Uploaded by

Tomas Dias
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

RPC Programming Practices: Python Features

This document provides several links to resources about remote procedure call (RPC) programming practices and technologies. It includes links to Microsoft documentation on installing RPC environments in Windows and best practices. Additionally, it links to pages that discuss Sun RPC generation, using HTTP as an RPC transport, and features of RPC in Python like the python-jrpc library.

Uploaded by

Tomas Dias
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

RPC Programming Practices

https://docs.microsoft.com/pt-pt/windows/desktop/rpc/rpc-start-page

https://docs.microsoft.com/pt-pt/windows/desktop/rpc/installing-the-rpc-programming-
environment

https://docs.microsoft.com/en-us/windows/desktop/rpc/best-rpc-programming-practices

https://www.cs.rutgers.edu/~pxk/417/notes/03-rpc.html

http://www.cems.uwe.ac.uk/~irjohnso/coursenotes/uqc109/rpcworksheet.pdf

Sun RPC generated

https://slideplayer.com/slide/7695581/

Using HTTP as an RPC Transport Sun+RPC+generated

https://docs.microsoft.com/en-us/windows/desktop/rpc/using-http-as-an-rpc-transport

https://github.com/alex-sherman/python-jrpc

Python features

https://www.tutorialspoint.com/python/python_remote_procedure_call.htm

You might also like