Bluemix Load Balancing Algorithm

What algorithm is used to balance HTTP downloads across multiple instances running on Bluemix? It seems I can use autoscaling to scale horizontally and want to know which algorithm is used in load balancing.

+4
source share
1 answer

Cloud Foundry uses circular load balancing to distribute queries across running instances of your application.

+6
source

All Articles