socket reuse mechanism for zeromq driver
Registered by
Li Ma
According to the current design of zeromq driver, a ZMQ socket is created for each message. The situation becomes even worse when fanouts messages. Many concurrent sockets are created during message delivery. In some large-scale deployments, it also makes the host reach the fd limit and then unable to operate.
This blueprint introduces socket reuse mechanism to efficiently pooling outbound connections in order to get rid of the bottleneck.
Blueprint information
Related branches
Related bugs
Sprints
Whiteboard
Working on spec. :-)
Good :)
I won't work on it due to an identical implementation is merged.
Link: https:/
(?)