Adding data center dynamically
hello is it possible to add new data center dynamically.i face problem during adding data center dynamically
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 [email protected] 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 i have found we can't add two entity dynamically during execution especially at the same time,do u know about this problem and it's solution?