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.
可以同时使用 Pyro 和 gevent 吗?我该怎么做呢?
Pyro 想要有自己的事件循环,它下面可能使用 epoll 等。我在协调两者时遇到了麻烦。
帮助将不胜感激。
我用gevent.spawn(daemon.requestLoop). 在不了解更多细节的情况下,我不能说更多。
gevent.spawn(daemon.requestLoop)