Jboss 3.2.6版本中的集群缓存
我需要 JBoss 版本 3.2.6 中的集群缓存。
Jboss 3.2.6 版本是否可以使用集群缓存?
如果是,请提供任何参考资料,因为我已经查找过它,但我得到的是 JBoss 5 或更高版本。
I have a requirement of clustered cache in JBoss version 3.2.6.
Is Clustered cache possible in Jboss 3.2.6 version or not?
And if yes than please provide any references since I have looked up for it but I got of JBoss 5 or higher versions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我从不使用 JBoss 3,但在文档中您可以找到一些有关集群的信息 - 也许您可以在集群中使用该版本。
您可以在以下网站上找到更多信息:
I never use JBoss 3 but in the documentation you can find some information about clustering - probably you can use that version in cluster.
More info you can find on these sites:
首先,JBossAS v3严重很旧(3.2.6 于2004 年 10 月发布)。继续使用它会带来巨大的风险,因为您绝对不会从 RedHat(或其他任何人)获得任何有意义的支持。
话虽如此,它确实包含 JBossCache 的一个非常早期的版本,它可能对复制(即“集群”)缓存有一些基本支持。当时的文档很少,但它类似于后来成为 v1.4 的 JBossCache 独立版本。请参阅文档了解从哪里开始查找。
First off, JBossAS v3 is seriously old (3.2.6 was released in October 2004). You're running a huge risk by continuing to use it, since you'll get absolutely no meaningful support from RedHat (or anyone else).
Having said that, it does contain a very early version of JBossCache, which probably has some basic support for replicated (i.e. "clustered") caches. There's very little documentation from back then, but it will resemble the standalone version of JBossCache that later became v1.4. See the docs to see where to start looking.