如何在 GTalk、Skype 等 IM 应用中管理在线用户

发布于 2024-12-02 05:58:21 字数 88 浏览 3 评论 0原文

他们是否在数据库中保存在线用户列表,并在每次登录和注销事件时更新它,并运行在线好友的查询?

可扩展性怎么样?

有更好的解决方案吗?

Do they keep an online user list in a database and update it with every login and logout event, and run queries for online friends?

What about scalability?

Are there better solutions?

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

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

发布评论

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

评论(1

走过海棠暮 2024-12-09 05:58:21

如果您尝试将状态存储在传统数据库中,或者轮询任何内容的更改,那么您将很难扩展状态系统。从其中一个开源 XMPP 服务器 开始,将其拆开,看看它是如何工作的。每一个的规模都不同,但至少您会更多地了解需要从哪里开始。

If you try to either store presence in a traditional database, or poll for changes to anything, you're going to have a tough time scaling your presence system. Start with one of the open source XMPP servers, pull it apart, and see how it works. Each one of them scales differently, but at least you'll understand more about where you need to start.

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