History
Mar-May 2008 - Meetings, specification of functionality, determining RPC as the best implementation background.
09/10 - Studying RPC howtos for C language
09/16 - Simple echo program sending message between client and server, both programmed in C. See
find-out-how-rpc-works.
09/19 - Studying documentation of Smalltalk/X's SunRPC implementation.
October - Simple echo server in Smalltalk. It communicates with client writen in C. SunRPC::RPCServer sub-classed and made multithreaded (simple implementation).
Back to top