Menu

#8 Integration of self_load_balance process in DM

open
None
5
2009-03-03
2009-02-17
No

Integration of the self-load-balance method in the distribution manager

self_load_balance(){
while(true){
//wait for infinite time until notify is called
wait();
kernelLoad = getKernelLoad();
while(kernelLoad > maxLoad){
mspace = select_a_space();
mkernel = select_a_remote_kernel();
migrate(mspace , mkernel);
kernelLoad=getKernelLoad();
}
}
}

Discussion

  • Kia Teymourian

    Kia Teymourian - 2009-02-17
    • summary: self_load_balance() --> Integration of self_load_balance() metod in DM
     
  • Kia Teymourian

    Kia Teymourian - 2009-02-17
    • assigned_to: nobody --> kia-t
     
  • Kia Teymourian

    Kia Teymourian - 2009-03-03
    • summary: Integration of self_load_balance() metod in DM --> Integration of self_load_balance process in DM
     

Log in to post a comment.

MongoDB Logo MongoDB