Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 03. Oct 2024, 00:52:07
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdkmb6$3e4pf$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Pan/0.160 (Toresk; )
On Wed, 2 Oct 2024 19:07:19 -0400, Arne Vajhøj wrote:
On 10/2/2024 5:58 PM, Lawrence D'Oliveiro wrote:
>
I have a Websocket test somewhere, which I wrote to detect when a
browser closes a window/tab, because the Websocket connection gets
closed at that point. That does work.
Eventually they do.
For WebSockets, it happens immediately.
But it takes a long time. Way longer than the server side keep alive
timeout.
OK, this I think I understand: not that the browser never (cleanly) closes
the HTTP/HTTPS connection, but that it takes its time doing so, in the
hope it can use it again.