elasticity

Windows Azure and dynamic elasticity

安稳与你 提交于 2019-12-18 04:55:16
问题 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? 回答1: There's a Service Management API, and you can use that to scale your application (from code running in Windows

What is the difference between scalability and elasticity?

 ̄綄美尐妖づ 提交于 2019-12-04 07:29:44
问题 I've heard many people using both terms interchangeably. However, in my opinion there is difference between them: SCALABILITY - ability of a system to increase the workload on its current hardware resources ( scale up ); ELASTICITY - ability of a system to increase the workload on its current and additional (dynamically added on demand) hardware resources ( scale out ); Elasticity is strongly related to deployed-on-cloud applications. Have I got the difference between these two non-functional

What is the difference between scalability and elasticity?

回眸只為那壹抹淺笑 提交于 2019-12-02 14:09:40
I've heard many people using both terms interchangeably. However, in my opinion there is difference between them: SCALABILITY - ability of a system to increase the workload on its current hardware resources ( scale up ); ELASTICITY - ability of a system to increase the workload on its current and additional (dynamically added on demand) hardware resources ( scale out ); Elasticity is strongly related to deployed-on-cloud applications. Have I got the difference between these two non-functional software characteristics right? May someone give specific examples, so we could draw more distinctive

Windows Azure and dynamic elasticity

安稳与你 提交于 2019-11-29 07:22:21
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? There's a Service Management API, and you can use that to scale your application (from code running in Windows Azure or from code running outside of Windows Azure). http://msdn.microsoft.com/en-us/library/ee460799.aspx