-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding data center dynamically #2
Comments
I am also having such kind of issues ... Can you please provide your email ID? Contact me at [email protected] We will try to resolve |
Theoretically it's possible to add a new data center dynamically in CloudSim. As Datacenter class is an extended SimEntity, an event can be sent to Datacenter with its SimEntity ID once Datacenter object is created, no matter when it is created. I haven't personally tested it tho, so it'll be useful if you can provide more detailed issue encountered. Also, there are more information regarding the original CloudSim: http://www.cloudbus.org/cloudsim/ |
Hello
I have test adding datacenter dynamically plus datacenterbroker .i changed part of code so that this broker accept only new datacenter but there is a problem in the future queue
…Sent from my iPhone
On Sep 19, 2017, at 11:27 AM, Jay Son ***@***.***> wrote:
Theoretically it's possible to add a new data center dynamically in CloudSim. As Datacenter class is an extended SimEntity, an event can be sent to Datacenter with its SimEntity ID once Datacenter object is created, no matter when it is created. I haven't personally tested it tho, so it'll be useful if you can provide more detailed issue encountered. Also, there are more information regarding the original CloudSim: http://www.cloudbus.org/cloudsim/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
hi |
hello
is it possible to add new data center dynamically.i face problem during adding data center dynamically
The text was updated successfully, but these errors were encountered: