Re: HAPROXY between mysql client and server to eliminate network latency problems

2010-02-09 Thread XANi
Dnia 2010-02-09, wto o godzinie 19:37 +0100, Berco Beute pisze: > I want to use HAPROXY between a slow mysql clients and a mysql server > to minimize database interaction time. The large network latency > between the client and database is currently a performance bottleneck. > The database is ofte

Re: HAPROXY between mysql client and server to eliminate network latency problems

2010-02-09 Thread Willy Tarreau
On Tue, Feb 09, 2010 at 07:37:03PM +0100, Berco Beute wrote: > I want to use HAPROXY between a slow mysql clients and a mysql server to > minimize database interaction time. The large network latency between the > client and database is currently a performance bottleneck. The database is > often o

HAPROXY between mysql client and server to eliminate network latency problems

2010-02-09 Thread Berco Beute
I want to use HAPROXY between a slow mysql clients and a mysql server to minimize database interaction time. The large network latency between the client and database is currently a performance bottleneck. The database is often occupied serving result-data to the slow client. In my new setup the