I need to evaluate and learn more about the use of remote procedure call protocols (over the network) and have not found an exhaustive list that I could include.
There are some that I already know from experience, for example
- Rmi
- "RPC-style RESTful"
- XML-RPC
- SOAP
- JSON-RPC
- (CORBA?)
- GWT-RPC and other vendor specific commonly used
But I'm still not sure that I am missing some of the important ones. I want the assessment to be as objective as possible, so I just need some input that I could forget about, and maybe when and for what it is mainly used.
source
share