How does Windows Azure perform load balancing?

前端 未结 5 673
花落未央
花落未央 2021-02-07 03:08

I was trying to read up on load balancing in Windows Azure, and all the information about it is extremely vague and non-specific. All I really want is a simple answer: how does

5条回答
  •  Happy的楠姐
    2021-02-07 03:48

    Ok to give a correct answer here - Azure DOES support load balancing in front of both web and worker roles (so the answer marked as best on this thread is completely wrong), but it does not support Affinity load balancing which is what jvenema was asking for I think. The current implementation uses round robin behaviour.

提交回复
热议问题