Dear Martin, I have checked the code zmq.cpp in version 2.0.9 and 2.0.10 but I did not find any line called getsockopt and ZMQ_FD. I just found the code they call system poll not epoll. Is there anything wrong?
On Wed, Nov 17, 2010 at 5:34 PM, technical issue <[email protected]>wrote: > Thanks, > I will check it. > > > On Wed, Nov 17, 2010 at 5:32 PM, Martin Sustrik <[email protected]>wrote: > >> On 11/17/2010 11:30 AM, technical issue wrote: >> >>> Thank for your quick reply. >>> I have read the code of Mongrel2 but It's very hard to understand the >>> Super-Poll mechanism they used. >>> Would you like to give me a small example about using >>> getsockopt(ZMQ_FD) with example. >>> >> >> Check zmq_poll implementation in src/zmq.cpp. It uses ZMQ_FD underneath. >> >> Martin >> > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
