Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 27. Sep 2024, 03:36:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd55n2$ilcl$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Pan/0.160 (Toresk; )
On Thu, 26 Sep 2024 22:17:29 -0400, Arne Vajhøj wrote:
On 9/26/2024 9:26 PM, Lawrence D'Oliveiro wrote:
>
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.
Set attention AST → wait for AST to trigger → queue actual I/O → wait for
AST to signal completion. Too many system calls and transitions back and
forth between user and kernel modes.
Note that Linux servers can efficiently handle thousands of concurrent
client connections without this.