Andy Pan / Mar 31st, 2020 /
Support new load-balancing algorithm
Support new load-balancing algorithm of least-connections
About this change
In the past, gnet has only one load-balancing algorithm: Round-Robin, now it supports a new one: Least-Connections
and provide the new functional option LB
, enabling users to switch load-balancing algorithm at their own sweet will.