Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 571
Elena K. Avatar asked Jun 04 '15 18:06

Elena K.


1 Answers

Cloud Foundry uses round-robin load balancing to distribute requests across the running instances of your app.

like image 86
Jeff Sloyer Avatar answered Oct 20 '22 17:10

Jeff Sloyer