On Wed, 2017-12-20 at 20:15 -0500, Steven McCoy wrote:
> I guess time to update the build scripts,
> 
> 
> > *Unix style sockets (AF_UNIX) are available on Windows*AF_UNIX is
> > an
> > address family which has enabled inter-process communication on
> > Unix for
> > countless years. The windows equivalent is named pipes, which
> > offers
> > similar facilities. Based on user feedback, we heard that you’d
> > like an
> > easier path when porting tools relying on AF_UNIX to Windows. As a
> > result,
> > two Win32 processes can now use the AF_UNIX address family over
> > Winsock API
> > to communicate with each other.
> 
> 
> https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes
> -to-windows/

That's almost too good to be true... Christmas gift from MS?

Any developer on Win10 that would like to volunteer and try to switch
the internal pipe from TCP to AF_UNIX on Win10?

https://github.com/zeromq/libzmq/issues/1808#issuecomment-345250376

-- 
Kind regards,
Luca Boccassi

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to