Sujet : Re: Upcoming time boundary events
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 30. May 2025, 23:41:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101dc6r$mkpm$12@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.162 (Pokrosvk)
On Fri, 30 May 2025 09:46:27 +0200, Marc Van Dyck wrote:
Well, is anyone else proposing a suitable replacement for FAL and
transparent task to task communication ?
The irony of it, that the DEC concept requires creating a separate server
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.