Sujet : Re: Apache + mod_php performance
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 27. Sep 2024, 03:17:29
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd54jp$e44c$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
On 9/26/2024 9:26 PM, Lawrence D'Oliveiro wrote:
On Thu, 26 Sep 2024 21:20:38 -0400, Arne Vajhøj wrote:
A very quick search make me think that the mailbox is only used for
control not for data.
Could still be a bottleneck, though.
If it is only used for the parent to signal the child to terminate?
That and the need for all the ASTs.
Why should AST's be a problem?
The "call this function when task is done" approach is
a very common design today. DEC was ahead of time with
that.
And implementation wise then the AST's worked on VAX 700
series 45 years ago. Todays systems are extremely much
faster - maybe a factor 10000 faster.
Arne