Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rework the most basic java example
[simgrid.git] / examples / java / masterworker / README
1 This is a somehow basic master/workers example.
2
3 There is 2 kind of processes:
4  * Master: creates some tasks, and dispatches them to its slaves
5  * Worker: get tasks from the master and run them
6
7 At the end of the execution:
8  - the master sends a Task whose name is "finalize" to every known worker to stop them
9  - On reception of such tasks workers stop.