Introduction - If you have any usage issues, please Google them yourself
High load WEB server architecture
1 Polling (default)
In chronological order for each request individually assigned to different back-end server, if the back-end server goes down, can be automatically removed.
2.ip_hash
Each request by accessing the hash result ip allocation, so that each visitor to access a fixed back-end server, the session can solve the problem.