[Info-vax] Apache + mod_php performance
Arne Vajhøj
arne at vajhoej.dk
Sat Sep 28 21:31:22 EDT 2024
On 9/28/2024 9:18 PM, Lawrence D'Oliveiro wrote:
> 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.
It doesn't know the client closed connection.
> Also, why shouldn’t a worker handle a request for another client?
This is singlethreaded all sync workers so when they wait for a new
request from an existing client, then they can't handle a new
client.
Arne
More information about the Info-vax
mailing list