Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top