分布式缓存 [英] Distributed Caching

查看:171
本文介绍了分布式缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个java分布式缓存解决方案。我们希望功能如下:

I am looking for a java distributed caching solution. We would like features likes:


  • 分布式

  • 自动发现

  • 冗余

  • 非集中

  • Distributed
  • Auto-Discovery
  • Redundancy
  • Non-Centralized

我们分析了像TerraCotta这样的框架这似乎是我们从缓存框架中想要的一切......然而,似乎需要一个中心缓存节点,它们成为我们的单点故障。

We've analyzed a framework like TerraCotta which seems to be everything we would ever want from a caching framework... However, there seems to be a central caching node(s) that is required which become our single-point-of-failure.

除推出我们自己的解决方案以外的任何想法?

Any ideas other than rolling out our own solution?

推荐答案

我建议 JBossCache EhCache (使用分布式缓存侦听器)。我使用过两者,我喜欢两者,它们都符合你的要求。

I suggest either JBossCache or EhCache (with a distributed cache listener). I've used both, I like both, and they both fit your requirements.

这篇关于分布式缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆