[Info-vax] Apache + mod_php performance

Lawrence D'Oliveiro ldo at nz.invalid
Thu Sep 26 22:36:18 EDT 2024


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.


More information about the Info-vax mailing list