5

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.

Elena K.
  • 55
  • 5

1 Answers1

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