Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 node.js 中监视一堆 twitter 流(使用 twitter 的流 API)。哪种方法会“更好”?
在这一点上,我不知道我将拥有多少流,但理想情况下,该设置应该能够扩展到 10000 多个开放流。
编辑以获取更多上下文:大部分或所有处理将由另一台服务器完成。只是希望以可靠、可维护和高性能的方式管理流。
这个问题的答案很大程度上取决于
特别是,如果推文只是偶尔出现,比如每个用户每 3 分钟以上 1 条推文,那么我认为 1 个节点实例应该可以很好地处理所有这些推文。