Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it seems that readme file needs updating #150

Open
wrobell opened this issue Aug 27, 2018 · 1 comment
Open

it seems that readme file needs updating #150

wrobell opened this issue Aug 27, 2018 · 1 comment

Comments

@wrobell
Copy link

wrobell commented Aug 27, 2018

Is this still valid?

zmq.asyncio.ZMQEventLoop cannot be combined with other loop implementations (most notable is ultra fast uvloop).

It uses internal ZMQ Poller which has fast ZMQ Sockets support but doesn't intended to work fast with many (thousands) regular TCP sockets.

see zeromq/pyzmq#1021

@bmoscon
Copy link

bmoscon commented Oct 14, 2018

also see https://github.com/zeromq/pyzmq/blob/master/zmq/asyncio/__init__.py#L69

class ZMQEventLoop(SelectorEventLoop):
    """DEPRECATED: AsyncIO eventloop using zmq_poll.
    pyzmq sockets should work with any asyncio event loop as of pyzmq 17.
    """

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants