]> AND Private Git Repository - loba.git/blob - NOTES
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Wip++...
[loba.git] / NOTES
1 Process parameters:
2
3     initial_load [neighbors...]
4
5 Communications:
6      - two channels per host: normal and low_latency
7
8 How shall we manage link failures ?
9
10 Process model (?)
11
12      while (there is something to do) {
13         compute some task;
14         get received tasks;
15         compute load balancing;
16         send tasks to neighbors;
17      }
18
19     * Open Questions :
20      - definition of load on heterogeneous hosts?
21      - how to detect convergence?
22        : No need to detect convergence.  Computation stops when there
23          nothing more to do.
24
25      - how to manage link failures?
26
27      - shall we retrieve pending tasks?
28        : Ideally, why shall.  How?  By using some acknowledgment?