Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am working on cloudsim where 10 Cloudlets are being executed in 4 Vms. i am stuck in a point where i need solution on "How can i move a running cloudlet from one vm to any other free Vm if any of the four Vm completed its assigned cloudlets".If problem specification is not clear then please let me know

What I have tried:

Currently we are trying to build an algorithm which needs to enhance overall makespan(total execution time of cloudlets or tasks). We assigned cloudlets to Vm in shortest job first manner and created a loop for all Vms. when any Vm finishes all the cloudlets assigned to it then we check for cloudlets whether they are currently executing on any other Vm, if any found, we want to migrate it to free Vm.(We are not able to execute this step) Please help us.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900