Implement the server and volunteer node daemons. |
Kevin |
- Worked out how to use RMI to handle some of the "administrative" network
communication.
- Worked out how to transfer data and executable files from the client
to the server. This should also work for the file transfer between
client and volunteer nodes.
- Wrote a dynamic class loader for the volunteer nodes.
An important detail for this to work is that the java policy file
is correctly set up to allow this.
- Rudimentary server and volunteer node daemons are done. It is now
possible to actually run a distributed job. Job control, status, and
returning results still need to be implemented. Also, passing of the
task parameter array to the task object still needs to be taken care of.
|