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.
Cloud Foundry uses circular load balancing to distribute queries across running instances of your application.