Sujet : Re: Upcoming time boundary events
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 03. Jun 2025, 01:36:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101lg1f$3j9qp$8@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Pan/0.162 (Pokrosvk)
On Mon, 2 Jun 2025 09:25:22 -0400, Arne Vajhøj wrote:
On 6/1/2025 11:44 PM, Lawrence D'Oliveiro wrote:
>
What about multiple concurrent connections? You can’t avoid creating
extra processes in that situation.
True.
But they will all be kept around and reused. OSU HTTPD use it for CGI
scripts - it works.
But there’s a resource-usage cost associated with keeping processes in
existence, isn’t there. As opposed to letting the server process control
for itself how it will divide up multiple concurrent connections among a
set of service processes/threads.
(I know, CGI doesn’t give you that control anyway. This is why Web
developers don’t like to use CGI nowadays.)