Sujet : Re: Upcoming time boundary events
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 02. Jun 2025, 04:44:26
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101j6mp$2vt8r$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.162 (Pokrosvk)
On Sun, 1 Jun 2025 21:49:59 -0400, Arne Vajhøj wrote:
On 5/30/2025 6:41 PM, Lawrence D'Oliveiro wrote:
>
The irony of it, that the DEC concept requires creating a separate
server process for every client connection,
It doesn't.
Processes are re-used for task to task servers.
Hmm. Presumably the process is kept around for a limited time before being
shut down.
What about multiple concurrent connections? You can’t avoid creating extra
processes in that situation.