Hi Marcelo,

> In ZeroMQ, this might work by having a process (zpmd?) is responsible
> for binding to dynamic port numbers for use by the ipc transport, and
> which hands the port over to the server process — when it turns up — via
> a call to WSADuplicateSocket(). Any ZMQ process trying to use ipc will
> first check to see that zpmd is running; if it isn't, the ZMQ library
> will fire it up before trying to communicate with it. Zpmd and the ZMQ
> library would communicate either via a known port or a named pipe.

If you want to simulate IPC on top of IPC you don't need a port mapping 
deamon. All you have to do is to store the generated port number into 
the file indicated by ipc:// connection string.

Martin
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to