Re: [zeromq-dev] using zmq socket fd with epoll

2020-06-26 Thread Luca Boccassi
https://funcptr.net/2012/09/10/zeromq---edge-triggered-notification/ On Fri, 26 Jun 2020 at 14:53, Rajiv Shukla wrote: > > Hi, > > We have been grappling with a zmq issue that I was hoping might ring a bell > here on the dev list. > - We are using zmq in a python app. > - We have a receiver that

[zeromq-dev] using zmq socket fd with epoll

2020-06-26 Thread Rajiv Shukla
Hi, We have been grappling with a zmq issue that I was hoping might ring a bell here on the dev list. - We are using zmq in a python app. - We have a receiver that opens a socket of type zmq.PAIR via *context.socket(zmq.PAIR)* - We have an epoll_wait based event loop in our app where we monitor th