Sujet : Re: Apache + mod_php performance
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 28. Sep 2024, 01:13:01
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd7hme$tgu3$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla Thunderbird
On 9/27/2024 7:55 PM, Lawrence D'Oliveiro wrote:
On Fri, 27 Sep 2024 19:34:07 -0400, Arne Vajhøj wrote:
Sending SQL query from web server to database server over the network,
having database server find data and sending data from database server
to web server over the network takes time. Milliseconds.
You know we can use AF_UNIX sockets within the same machine, right?
If supported.
But in that case latency will be small. Microseconds.
But running application and database on same system is not
an option if it is a high volume solution or a high availability solution with load sharing application and failover database.
Arne