You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to look into nanomsg? I found it was a better zeromq.
One feature I wanted was the ability to use windows pipes (ipc) instead of inproc. Also, it uses Window's IOCP, so we're not limited to the operating system's select(). They managed to have both sockets and IOCP working. Zeromq hasn't managed to make that work for several years.
Also it was created by the creator of zeromq and they have a zeromq compatibility layer.
Want to look into nanomsg? I found it was a better zeromq.
One feature I wanted was the ability to use windows pipes (ipc) instead of inproc. Also, it uses Window's IOCP, so we're not limited to the operating system's select(). They managed to have both sockets and IOCP working. Zeromq hasn't managed to make that work for several years.
Also it was created by the creator of zeromq and they have a zeromq compatibility layer.
http://nanomsg.org/index.html
The text was updated successfully, but these errors were encountered: