-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Native MQ transport (aka support for scalability protocols) #19
Comments
So there's two ways to integration zmq with asyncio:
In Trio, option (1) is not possible. So we have to do the equivalent of option (2), where we use |
@njsmith thanks for the input 👍 |
After looking at the trials involved with getting The details of why |
New work on Simpler then expected. |
As has always been the plan (because it fits the actor model so well) we need native zeromq support. This will likely need a little thinking and re-design to integrate with the current
Channel
api.Some prerequisites before this can move forward:
trio
support; @njsmith has some notes intrzmq
in order to make this work alongsidepyzmq
.The text was updated successfully, but these errors were encountered: