[email protected] 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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
