Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 29. Sep 2024, 02:18:45
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vda9tl$1facd$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.160 (Toresk; )
On Sat, 28 Sep 2024 20:50:21 -0400, Arne Vajhøj wrote:
The cause is that worker processes are unavailable while
waiting for next request from client even though client is
long gone.
That shouldn’t matter, if the client closed the connection properly.
Also, why shouldn’t a worker handle a request for another client?