gpt4 book ai didi

Python:使用 pyzmq 进行集中日志记录

转载 作者:太空宇宙 更新时间:2023-11-03 15:14:32 25 4
gpt4 key购买 nike

我正在尝试使用 pyzmq 的内置日志处理程序(参见 here)为我的分布式应用程序实现集中式日志记录服务器。虽然从架构的角度我可以理解 PUB/SUB 模式的使用,但我无法掌握这种系统的正确技术实现。

根据我到目前为止的理解,由于我将有 N 个单独的进程在 N 个单独的端口上发布,所以我真的需要 N 个单独的记录器来捕获所有消息。

那么这是否意味着我需要为系统上的每个新发布者打开一个单独的“监听器”进程?

编辑:澄清问题:在 pyzmq 提供的工具的上下文中,您如何实现集中式日志记录服务器?

最佳答案

使用发现的建议解决了它 here :

One interesting aspect of the zmq.SUB sockets is that they can connect to multiple endpoints, so that they receive messages from all the publishers.

解决方案是使用一个“订阅”所有可用发布者的监听器。

关于Python:使用 pyzmq 进行集中日志记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22520016/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com