AF_UNIX with Windows 10 and 11 #2291
Closed
rogerwimbert-rldatix
started this conversation in
Ideas
Replies: 1 comment
-
Feel free to open a pull request with the necessary changes including tests or hire someone to implement and test this for you, see https://github.com/DOCGroup/ACE_TAO/wiki/ACE-and-TAO-Commercial-support for an overview of the commercial support providers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since 2018 Windows is capable of handling AF_UNIX. See: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
As we (RLDatix.com Germany) are now intending to use ACE, and have used AF_UNIX under Windows 10 since Build 17763, we were very surprised to find out that ACE cannot handle this but says "I'm pretty sure NT lacks these" in config-win32-common.h and defines ACE_LACKS_UNIX_DOMAIN_SOCKETS.
Is there a chance, that a (near) future release of ACE will support AF_UNIX under Windows? For compatibility you can insert a check for the right version like this (vi is our internal structure for windows version information):
Thanks, Roger
Beta Was this translation helpful? Give feedback.
All reactions