Sujet : Re: Apache + mod_php performance
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 27. Sep 2024, 15:26:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd6f9q$nrif$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Mozilla Thunderbird
On 9/27/2024 9:00 AM, Simon Clubley wrote:
Can you try this on an Alpha system (emulated or otherwise) and see
how the figures compare ?
Just wondering if this performance overhead is something that is x86-64
specific.
Getting a tiny text file on a slow Alpha emulator gives 5 req/sec.
Which is damn good compared to the 22 req/sec on 4 VCPU x86-64.
But then it is probably not a CPU issue.
I suspect that performance on that slow Alpha emulator would be
bad doing something more CPU intensive (like actually running PHP).
The interesting number comparison is:
Apache: 5 req/sec
OSU: 100 req/sec
Arne