是否有任何经过验证的 JBoss 集群建议集
是否有针对 JBoss 集群的任何经过验证的建议,例如
- JBoss 集群的推荐最小物理机数量?
- 我们如何得出在 JBoss 服务器实例上运行基于 Spring+Hibernate 的应用程序的 RAM 要求的结论?
- 每个应用程序服务器实例可用的最小 CPU 数量是多少?
- 是拥有更多物理机且每个机中应用程序服务器实例数量较少,还是物理机数量较少而每个机中应用程序服务器实例数量较多?
- 如果 JBoss 上可用的话,有推荐的基于权重的负载平衡方法吗?
- 用于负载平衡的正确代理插件和正确的算法是什么?
感谢您的建议
Are there any proven set of recommendations for JBoss clustering like
- Recommended number of minimum physical machines for JBoss cluster?
- How do we conclude on RAM requirement for Spring+Hibernate based Apps to be run on JBoss server instance?
- What is possible Minimum number of CPUs to be available for each Application server instance?
- Is it better to have more physical boxes with less number of Application server instances per box or less number of physical boxes with more number of Application server instances?
- A recommended way of weight-based load balancing if available on JBoss?
- What is the right proxy plug-in for load balancing and right algorithm to do that?
Appreciate your suggestions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看到“理想”和“更好的方式”这样的词让我想知道你是否可以定义和量化其中任何一个。对于你的特殊情况值得怀疑;对于一般情况来说就更困难了。
您的选择仅限于 JBOSS 集群为您提供的技术(例如循环法、最不繁忙等)。选择和调整以创建最佳解决方案的艰苦工作取决于您。答案可能取决于您具体情况。没有人知道这些,也许除了你。
PS - 这就是我所说的连续句子。如果我是你,我会把这个问题重构为几个问题。添加一些标点符号。
Seeing words like "ideal" and "better way" make me wonder if you can define and quantify either one. It's doubtful for your special case; it's even more difficult for a general case.
Your choices are restricted to the techniques that JBOSS clustering makes available to you (e.g. round robin, least busy, etc.) The hard work of choosing and tuning to create an optimum solution is up to you. The answer is likely to depend on the details of your situation. No one knows those, except perhaps you.
P.S. - That's what I'd call a run-on sentence. I'd refactor that question into several if I were you. Add some punctuation.