Related sources
Object model
- Smalltalk 80 Object Memory Interface - reference
- Self - papers
RPC intro
- http://www.cdk3.net/rmi/Ed2/SunRPC.pdf - SunRPC paper.
Implementations
rpcgen
linux manual page.- Sun's RPC manual - may be slightly different compared to Linux implementation (have to check).
- Smalltalk/X's SunRPC - quick howto.
- RemoteTea - Java ONC/RPC implementation
Inspiration
- PostgreSQL client-server protocol - documentation