Liste des Groupes | Revenir à co vms |
On Fri, 30 May 2025 09:46:27 +0200, Marc Van Dyck wrote:That's complicated in unix by the fact of multiple 'known' port
Well, is anyone else proposing a suitable replacement for FAL andThe irony of it, that the DEC concept requires creating a separate server
transparent task to task communication ?
process for every client connection, while the standard *nix sockets API
lets a single server process handle multiple connections (or fork off
separate processes to spread the load, as it chooses).
I say “irony” because, of course, creation of all these extra processes
willy-nilly is expensive on VMS (and on its Windows NT successor), while
it is much cheaper on *nix systems.
Les messages affichés proviennent d'usenet.