fifty-five
What scheduling algorithms does load balancing support?

It supports two scheduling algorithms: weighted polling and weighted minimum connections.

  • Weighted polling

The request is allocated according to the weight value set by the backend server. The higher the weight value, the more times it is allocated.

  • Weighted minimum connections

In addition to the weight value to allocate requests, the number of connections to the back-end server is also considered. When the weight value is the same, the backend server with the smaller number of current connections will be assigned to the request.

Does this help solve your problem? resolved Unresolved

Submitted successfully! Thank you very much for your feedback, and we will continue to strive to do better! We are sorry that we were unable to resolve your question. We have received your feedback and will give feedback in time!