cloudsimsdn icon indicating copy to clipboard operation
cloudsimsdn copied to clipboard

Adding data center dynamically

Open shiivaa opened this issue 8 years ago • 4 comments

hello is it possible to add new data center dynamically.i face problem during adding data center dynamically

shiivaa avatar Jul 06 '17 04:07 shiivaa

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

PrathameshTugaonkar avatar Jul 09 '17 05:07 PrathameshTugaonkar

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/

jayjmin avatar Sep 19 '17 06:09 jayjmin

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.

shiivaa avatar Dec 11 '17 20:12 shiivaa

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?

shiivaa avatar Dec 12 '17 17:12 shiivaa