Windows Azure and dynamic elasticity
Posted
by Ryan Elkins
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Elkins
Published on 2010-05-19T23:03:23Z
Indexed on
2010/05/19
23:10 UTC
Read the original article
Hit count: 172
Is there a way do do dynamic elasticity in Windows Azure? If my workers begin to get overloaded, or queues start to get too full, or too many workers have no work to do, is there a way to dynamically add or remove workers through code or is that just done manually (requires human intervention) right now? Does anyone know of any plans to add that if its not currently available?
© Stack Overflow or respective owner