Sujet : Re: Apache + mod_php performance
De : cross (at) *nospam* spitfire.i.gajendra.net (Dan Cross)
Groupes : comp.os.vmsDate : 01. Oct 2024, 20:45:47
Autres entêtes
Organisation : PANIX Public Access Internet and UNIX, NYC
Message-ID : <vdhjhb$oid$1@reader1.panix.com>
References : 1 2 3 4
User-Agent : trn 4.0-test77 (Sep 1, 2010)
In article <
vd9mqn$1cm1v$1@dont-email.me>,
Dave Froble <
davef@tsoft-inc.com> wrote:
On 9/27/2024 9:11 PM, Arne Vajhøj wrote:
[snip]
I believe that server config supporting keep alive
causing performance to drop to 1/10'th for clients
not using keep alive is a bug.
>
Arne
>
Feature ...
Yes, it is a feature, despite this report of a non-problem.
In this case, later posts revealed the real culprit: Arne's test
program did not follow the protocol, and was not sending
`Connection: close` with an HTTP/1.1 request; in response, the
server (correctly) kept the connection open waiting for the
client to send another request.
It is illustrative how OP immediately blamed the server, the
least likely outcome, without sufficiently investigating and
finding his own error.
- Dan C.