Coherence*Extend:配置、应用与局限解析
1. Coherence*Extend 部署架构
典型的 Coherence*Extend 部署架构如下:
graph LR
classDef process fill:#E5F6FF,stroke:#73A6FF,stroke-width:2px;
RemoteClients(Remote Clients):::process -->|TCP/IP| Proxy1(Proxy 1):::process
Proxy1 -->|TCMP| CacheServers(Cache Servers):::process
RemoteClients -->|TCP/IP| Proxy2(Proxy 2):::process
Proxy2 -->|TCMP| CacheServers
CacheServers --> DataCenter(Data Center):::process
在这个架构中,远程客户端通过 TCP/IP 连接到代理服务器,代理服务器再通过 TCMP 与缓存服务器通信,最终连接到数据中心。
2. 配置代理服务器
要将 Coherence 节点配置为 Coherence*Extend 代理服务器,需在缓存配置文件中添加如下方案:
<cache-config>
<caching-scheme-mapping>
.
超级会员免费看
订阅专栏 解锁全文
1131

被折叠的 条评论
为什么被折叠?



