문제

Is it possible to use Pyro and gevent together? How would I go about doing this?

Pyro wants to have its own event loop, which underneath probably uses epoll etc. I am having trouble reconciling the two.

Help would be appreciated.

도움이 되었습니까?

해결책

I use gevent.spawn(daemon.requestLoop). I can't say more without knowing more about the specifics.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top