Contents

lance

load balance

1. what’s

distribute a set of tasks(requests…) over a set of Nodes

[task1,task2, …]->[node1,node2,…]

target: make full use of every node

2. how?

1. round-robin

2. least connection/responseTime

3. ip hash