Amazon EC2 中的 XMPP 服务器

发布于 2024-12-22 21:30:52 字数 1459 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森罗 2024-12-29 21:30:52

据我所知,没有具有自动集群功能的 XMPP 服务器。您应该知道,使用 XMPP 自动集群非常困难,因为它是一个连接协议,并且不可能完全透明,除非您只想支持 HTTP(XMPP over BOSH)。

您最终会遇到这样的问题:当您想要删除节点时,如何运行 TCP/IP 连接?添加节点时是否要迁移会话?运行 TCP/IP 连接会做什么?

然而,ejabberd 具有良好的集群支持,并且它在 EC2 上运行得非常好并且非常稳定。这是你最好的选择。

据我所知,如果没有真正的、大部分可用的集群支持,OpenFire 就不是一个选择。

To my knowledge there is no XMPP server with automatic clustering.You should be aware that automatic clustering with XMPP is extremely difficult because it is a connected protocol and it cannot be totally transparent, unless you only want to support HTTP (XMPP over BOSH).

You will end up with question like: what do you do with running TCP/IP connection when you want to remove a node ? Do you want to migration session when adding a node ? What do you do with running TCP/IP connection.

ejabberd has good clustering support however and it runs extremely well on EC2 and is very stable. This is your best bet.

OpenFire to my knowledge is not an option with no real, largely available clustering support.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文