[zeromq-dev] [request] IPC on windows
Martin Sustrik
sustrik at 250bpm.com
Thu Aug 4 07:11:54 CEST 2011
On 08/04/2011 06:49 AM, blp330 wrote:
> I am looking for ZeroMQ’s windows IPC support for a long time.
You can use TCP for inter-process communication at the moment.
If you need NamedPipes, you need to implement IOCP polling mechanism
first (select doesn't handle NamedPipes). Have a look at
select_t/poll_t/epoll_t/devpoll_t/kqueue_t classes for example of how
polling mechanism is to be implemented. Also check the mailing list
archives for the discussions of IOCP.
Martin
More information about the zeromq-dev
mailing list