Table of Contents
Related sources
Object model
RPC intro
Implementations
Inspiration
Related sources
Object model
Smalltalk 80 Object Memory Interface
- reference
Self/x86
Self
- papers
RPC intro
RPC in C howto
RPC in C howto - rpcgen
RPC in C howto #2
http://www2.cs.uregina.ca/~hamilton/courses/430/notes/rpc.html
http://www.cdk3.net/rmi/Ed2/SunRPC.pdf
- SunRPC paper.
Beginner tips
Implementations
rpcgen
linux manual page.
Sun's RPC manual
- may be slightly different compared to Linux implementation (have to check).
rpcgen man page (Sun)
SmalTalk/X's SunRPC
Smalltalk/X's SunRPC
- quick howto.
RemoteTea
- Java ONC/RPC implementation
Inspiration
PostgreSQL client-server protocol
- documentation