CSCI-4220 Network Programming

Spring 1999

Project 7 - RPC Client/Server
Due Date: ?


RPC based email database

You are to write an RPC based email address database system. Each record in the database contains a name and an email address (each is simply an ASCII string). Neither a name or an email address can be longer than 80 characters. Your job is to write a simple client/server that can provide the following functionality: The server should store the records on disk, and your client should support the 3 operations shown above.

Writeup Only

If you choose to do just the minimum (5 points), you should do the following: For example: start with the simple example and add a new remote procedures that can handle floating point values.

Hints, Suggestions: