Actually, I've done some work with Pyro and RPyC, but there is more RPC implementation than these two. Can we make a list of them?
Native Python-based protocols:
RPC frameworks with a lot of underlying protocols:
- Spyne (see lightning talk)
JSON-RPC based frameworks:
SOAP:
XML-RPC based frameworks:
- XMLRPC, using the xmlrpclib and SimpleXMLRPCServer modules in the standard library.
Others: