Peer Domains
· β 1 min read
1. Meaning If a service has multiple domain entry points and accessing it through any of them yields the same content, those domains are called peer domains.
For example, through peer domains you can provide three identical file or API services.
https://server.chenshaowen.com/static/index.html https://server-peer-a.chenshaowen.com/static/index.html https://server-peer-b.chenshaowen.com/static/index.html 2. Uses 2.1 Raising the Browser Concurrency Limit Browsers usually cap the maximum number of concurrent requests to a single domain at no more than 6 per second.