Description
1. First describe the process of implementing load balancing.
First step: Create a new two or more sites (build a process slightly).
The second step: the sharing of the session between two or more sites.
Step three: Multiple sites are load balanced with load balancers.
2. Blog Content Main Line
Installation of 1.Redis.
2..Net through the Redis implementation of multiple sites session sharing process.
3.Nginx installation and configuration for load balancing.
4. Use Fiddler to impersonate the domain name and test the success of the load balancer.
Objective
1. Session sharing between sites uses Redis to achieve
2. Load balancer using Nginx to achieve
Here is a description of the encyclopedia for Nginx and Redis. Anyway through this I did not understand, have been used, tried, just understand.
What are 1.Nginx and Redis?
nginx-> Baidu Encyclopedia Link: http://baike.baidu.com/link?url=iTGR15tb1ZUodFPYXpTChrg-zb9qmc3jOTVgLnimwgBS002GQI_ Hz0pzj0p-ekhxlhge_1narhqkejuq5w-gqq.
redis-> Baidu Encyclopedia Link: http://baike.baidu.com/link?url= gsts903xtcrcps12ycjgeccynj9ibma5doojgr4ty0juuuk8p2ra-zyepfybnaucx-ssi3nsmddvwwrrg7ff7k
Anyway, after reading the encyclopedia did not understand what they are.
3. Summary
Nginx is used to achieve load balancing software, simple configuration, easy to use.
Redis is a NoSQL database for Key/value, but it's much more than that, and it's also easy to configure and use.
Back to navigation bar
. Net sites in Windows environments with Nginx and Redis for load Balancing series (i)