
分布式缓存
文章平均质量分 59
iteye_10344
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TERRA-COTTA多服务器配置及控制台运行
第一步:编写tc-config.xml: <?xml version="1.0" encoding="UTF-8"?> <con:tc-config xmlns:con="http://www.terracotta.org/config"> <servers>配置主从terracotta位置 <server host="192.1原创 2011-08-31 10:25:45 · 674 阅读 · 0 评论 -
TERRA-COTTA 之TCCONFIG配置问题 回顾
问题描述: 配置完成TERRA-COTTA的config.xml之后,能够正常启动,并且通过其console,主从服务器均正常显示。但是每当运行时持久化时会出现主键冲突,tc—config.xml配置如下: <?xml version="1.0" encoding="UTF-8"?> <con:tc-config xmlns:con="http://www.terracot...原创 2011-09-06 16:56:07 · 223 阅读 · 0 评论 -
Terracotta tc-config.xml配置说明(这个真的是转的)
<?xml version="1.0" encoding="UTF-8" ?> <!-- All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved. --> <!-- tc-config-reference.xml This...原创 2011-10-10 14:14:06 · 457 阅读 · 0 评论