===== Related sources ===== ==== Object model ==== * [[http://users.ipa.net/~dwighth/smalltalk/bluebook/bluebook_chapter27.html#ObjectMemoryInterface27|Smalltalk 80 Object Memory Interface]] - reference * [[http://gliebe.de/self/|Self/x86]] * [[http://research.sun.com/self/papers/papers.html|Self]] - papers ==== RPC intro ==== * [[http://www.cs.cf.ac.uk/Dave/C/node33.html|RPC in C howto]] * [[http://www.cs.cf.ac.uk/Dave/C/node34.html|RPC in C howto - rpcgen]] * [[http://ou800doc.caldera.com/en/SDK_netapi/CTOC-rpcpN.intro.html|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. * [[http://h3g3m0n.wordpress.com/2007/06/13/sunrpc-beginner-tips/|Beginner tips]] ==== Implementations ==== * ''rpcgen'' linux manual page. * [[http://docs.sun.com/app/docs/doc/816-1435|Sun's RPC manual]] - may be slightly different compared to Linux implementation (have to check). * [[http://docs.sun.com/app/docs/doc/816-0210/6m6nb7mjo?a=view|rpcgen man page (Sun)]] * [[http://live.exept.de/ClassDoc|SmalTalk/X's SunRPC]] * [[http://www.exept.de:8080/doc/online/english/programming/goody_sunrpc.html|Smalltalk/X's SunRPC]] - quick howto. * [[http://remotetea.sourceforge.net/|RemoteTea]] - Java ONC/RPC implementation ==== Inspiration ==== * [[http://www.postgresql.org/docs/8.3/interactive/protocol.html|PostgreSQL client-server protocol]] - documentation