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.
Asked
Active
Viewed 617 times
1 Answers
8
Cloud Foundry uses round-robin load balancing to distribute requests across the running instances of your app.

Jeff Sloyer
- 4,899
- 1
- 24
- 48