Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HY,I am a beginner in Cloud and Cloudsim.Im working on a project is about algorithme task scheduler based on bees life (BLA)is the simulation in cloudsim,problem is how can I write the code java on cloudsim?so pleese can any one help me on that?

What I have tried:

I tried simulation with psco and rond robin juste to see how it works
Posted
Updated 3-Jan-21 19:15pm
Comments
Richard MacCutchan 16-Apr-19 3:52am    
Your question is far too vague to provide an answer. I would suggest studying the CloudSim documentation first.

1 solution

Hi. I guess you're trying to figure out which of the classes in CloudSim and which part of it must be manipulated in order to implement your own algorithm. if so, I think you should analyze the "DatacenterBroker" class and most probably you're going to need to change what's inside the method "submitCloudlets" there's an example of implementing min-min algorithm on a telegram channel "t.me/cloud_cloudsim" that you may find it helpful. good luck!
 
Share this answer
 
Comments
Dave Kreskowiak 4-Jan-21 1:27am    
Almost 2 years late.
Member 14777429 4-Jan-21 2:02am    
Hi. Sorry, I didn't notice. :) well you must have become well experienced already... can you help me since I have a question here ?thank you!
Richard MacCutchan 4-Jan-21 3:53am    
If you have a question then please post a question. But first, please read Code Project Quick Answers FAQ[^].
Member 14777429 4-Jan-21 13:56pm    
yeah.that was a question in the code project too...had checked other questions, didn't find any similars...

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