The CompServer classes make up a simple framework for building an RMI based Compute Server. Any class that implements the Computable and Serializable interfaces can be submitted to the Compute Server which will execute the code and return the result. Provides a basic framework for distributing computation across machines. The Factor class is an example of a Computable job that can be sent to the Compute Server.