comparison Design_Notes.txt @ 6:1c9122bfd1c8

ML_dev -- Compiles and runs
author Sean Halle <seanhalle@yahoo.com>
date Sat, 02 Mar 2013 10:03:18 -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 ==================================