j2labs / brubeck

Asynchronous web and messaging
http://brubeck.io
511 stars 66 forks source link

gevent_zeromq depriciated #90

Open steamraven opened 12 years ago

steamraven commented 12 years ago

gevent_zeromq had been moved into the main distribution of pyzmq as pyzmq.green as of pyzmq 2.2.0.2

steamraven commented 12 years ago

It appears that although request_handling.py defines functions for coroutine spawning from a pool: coro_spawn, nothing actually uses it. I think the best place for this would be in recv_forever_ever in the Connection subclasses.

j2labs commented 12 years ago

This is true. I was waiting on someone to apply a patch that covers that, but I will have to do it myself very soon.

That's great to hear about gevent_zeromq being moved.