[zeromq-dev] C++ assertion failed with Java client
Martin Lucina
martin at lucina.net
Sat Feb 4 03:01:14 CET 2012
cremes.devlist at mac.com said:
> > Well that's enough pontificating ....I'll go back to hacking the broken Node binding now (It breaks under Node's move to libuv ...nothing really to do with 0MQ which I'm barred from hacking directly :( )
>
> So sad. The library needs some serious love on the Windows platform (ipc transport, zmq_poll, etc) but most of the contributors are UNIX-only. Please do some lobbying if you can!
Indeed! IOCP, please! Lots of the current performance and scalability
problems on Windows come from the fact that we're using select(). IOCP is
the obvious way to go there, but needs a hardcore hacker to map the IOCP
concepts onto libzmq internals.
-mato
More information about the zeromq-dev
mailing list