Bluemix Load Balancer Algorithm
问题 What algorithm is used to balance HTTP load among several instances running on Bluemix? It seems I can use auto-scaling service to scale horizontally, and want to know what algorithm is used when balancing the load. 回答1: Cloud Foundry uses round-robin load balancing to distribute requests across the running instances of your app. 来源: https://stackoverflow.com/questions/30651427/bluemix-load-balancer-algorithm