Hi Chuck,

> There has been discussion on IRC and here about getting the IPC
> transport working on Windows. I ran across this article today that
> goes over using Named Pipes on Windows for asynchronous IPC. Perhaps
> it will provide some ideas on how to accomplish this task in 0mq.
>
> http://veridium.net/programming-tutorials/scalable-ipc-using-asynchronous-named-pipes-and-io-completion-ports/

Thanks for the link!

The problem with named pipes is that you need to poll on them using IOCP 
rather that select() as is the case now.

Unfortunately, all the attempts to add IOCP support to 0MQ so far were 
unsuccessful.

Martin
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to