On Aug 29, 2012, at 6:52 PM, Justin Karneges wrote:

> If the ipc transport is used on unix, can I have one bind and multiple 
> connects, similar to how I would with the tcp transport? For some reason I 
> have this idea that unix shared pipes can only be 1 to 1, but I am not 
> totally 
> sure on that.

Try it, it just works. 

So, you shouldn't equate "ipc" with "pipes" because the two are not one and the 
same. Pipes don't really exist on Windows yet the ipc transport is still 
supported there. (Granted, the ipc on Windows is emulated with tcp sockets, but 
that just reinforces the idea that "ipc" is not pipes.)

cr

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

Reply via email to