Liste des Groupes | Revenir à co vms |
On 10/2/24 2:38 PM, Dan Cross wrote:It would be pretty hard to make it work as on *nix.There's some chatter that suggests Unix domain sockets wereLast I heard the domain sockets were just an emulation, implemented in
added in OpenVMS 8.4, in 2010: 14 years ago:
https://de.openvms.org/TUD2011/ Unix_Portability_Updates_and_Open_Source.pdf
>
I haven't checked myself; even if the basic Unix domain sockets
mechanism was added for IPC, it's not clear if the access rights
transfer functionality was also implemented.
terms of loopback AF_INET sockets. The most annoying limitation of the
implementation that I remember was that you had to define logical names
in the system table to tell it what ports to use:
$ define/system TCPIP$AF_UNIX_MIN_PORT 1000
$ define/system TCPIP$AF_UNIX_MAX_PORT 5000
SCM_RIGHTS _is_ defined in socket.h, but that may not mean much.
Les messages affichés proviennent d'usenet.