This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download-NGINX:http://nginx.org/en/download.html | |
Download-Keepalived:http://www.keepalived.org/download.html | |
Download-regis:https://redis.io/download |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
主要解决金融上游并发不足的问题: | |
此处分为公有和私有连接池: | |
私有连接池: | |
注:首先要在static静态池中放一个存储http连接池的Map | |
private final static Map<String,PoolingHttpClientConnectionManager> ClientPoolMap = new HashMap<String,PoolingHttpClientConnectionManager>(); | |
/** |