comparison Design_Notes.txt @ 7:eecb8b6c092d

ML_dev -- Works
author Sean Halle <seanhalle@yahoo.com>
date Mon, 04 Mar 2013 00:32:02 -0800
parents c87e1925f7b2
children
comparison
equal deleted inserted replaced
1:b2b95bf8bbfc 2:ff9751f1efad
1 0x7ffff644ab60
2 0x7ffff64487f0
3 0x7ffff644b0a0
4 1
5 This test app has to exercise all the aspects of the request handling 2 This test app has to exercise all the aspects of the request handling
6 and the assigner code. 3 and the assigner code.
7 4
8 The assigner has two different Qs, plus a set of currentTaskSlvs check for tasks and also check for explicit VPs. 5 The assigner has two different Qs, plus a set of currentTaskSlvs check for tasks and also check for explicit VPs.
48 45
49 If taskQ empty, and VP Q empty, return NULL, which will trigger the 46 If taskQ empty, and VP Q empty, return NULL, which will trigger the
50 back-to-back Master backoff. 47 back-to-back Master backoff.
51 48
52 If assigner called and no suspended slaves and taskQ empty.. does it have 49 If assigner called and no suspended slaves and taskQ empty.. does it have
53 a "current task slave"? If not, create one in the semantic Env. 50 a "current task slave"? If not, create one in the language env.
54 ================================== 51 ==================================