Sujet : Re: Apache + mod_php performance
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 02. Oct 2024, 19:53:59
Autres entêtes
Organisation : SunSITE.dk - Supporting Open source
Message-ID : <66fd96c7$0$715$14726298@news.sunsite.dk>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Mozilla Thunderbird
On 10/2/2024 2:30 PM, Arne Vajhøj wrote:
On 10/2/2024 2:15 PM, Simon Clubley wrote:
In either case, are you _cleanly_ and _fully_ closing the existing
connection _before_ you exit or create a new connection in the existing
process ?
No.
Because browser instances do not do that. Browsers keeps
connections open for a long time. I believe 300 seconds is common.
The client side is rather uninteresting.
Chrome, Safari, Firefox etc. behave like they do - nothing
to do about it.
It is definitely possible to change config values in httpd.conf
(which on VMS is in APACHE$ROOT:[CONF]).
VSI could change the source code of VMS Apache and provide
a new version.
If they uploaded the source to their public Github repo, then
in theory anyone could update the source code.
That is the constraints.
Arne