Distributed Computation Framework News
Status: Alpha
Brought to you by:
talsalmona
There is a new release for the Distributed Computation Framework.
Release Notes for dcf-alpha-120302
----------------------------------
1. The server now holds references to clients.
2. When a client gets a task the server registers
that the task was given to the client.
3. ClientsUpdater goes through the server's
clients list and validates the client's
status. If the connection has been broken the
task is restored.
4. Task progress is monitored by ClassUpdater.
5. Client GUI has a progress bar to show the
current task's progress.