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

Private GIT Repository
Improve descriptions of looping processes.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 11 Feb 2011 07:00:30 +0000 (08:00 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 11 Feb 2011 07:00:30 +0000 (08:00 +0100)
NOTES

diff --git a/NOTES b/NOTES
index 079372baac3ce02e80d468461d9dfddf9fcafaec..b57d492a28dcbecb9ec008adbeb3391bd5bd5479 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -35,6 +35,7 @@ thread, and a load-balancer thread.
     | if we received some real load, get it (data messages)
     | if there is some real load to send, send it
     | if we own some load, simulate some computing on it
     | if we received some real load, get it (data messages)
     | if there is some real load to send, send it
     | if we own some load, simulate some computing on it
+    | sleep a bit if we are looping too fast
     +-
     send CLOSE on data for all neighbors
     wait for CLOSE on data from all neighbors
     +-
     send CLOSE on data for all neighbors
     wait for CLOSE on data from all neighbors
@@ -48,6 +49,7 @@ thread, and a load-balancer thread.
     Loop
     | call load-balancing algorithm
     | send ctrl messages
     Loop
     | call load-balancing algorithm
     | send ctrl messages
+    | sleep (min_lb_iter_duration)
     | receive ctrl messages
     +-
     send CLOSE on ctrl for all neighbors
     | receive ctrl messages
     +-
     send CLOSE on ctrl for all neighbors