Skip to content

Commit 6c58e52

Browse files
committed
add a set of optimization techniques
1 parent 7fe79a1 commit 6c58e52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: optimizations.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Use the current balancer as the endpoint
2+
3+
* If the picked endpoint is a balancer, use the current selected balancer.
4+
* For that, we need to send balancer when picking up the endpoint hash
5+
* then if the endpoint is equal to current endpoint, simply return false
6+
7+
# Use CPU based balancing
8+
9+
* synchronize CPU usage accross instances
10+
* balance accordingly

0 commit comments

Comments
 (0)