On 02/25/2011 09:50 PM, Michael Kogan wrote: > Would it be a good idea for the Socket.unregister method to take an > index as well a a socket? Seems like we are wasting time running > through an array?
I have no idea how the jzmq implementation looks like nowadays, but I would guess that the index is not guaranteed to stay the same during the whole lifetime of the socket in the Poller. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
