With PostgreSQL, I can use pgpool2[1] tool as a load balancer/replicator
for queries:
postgres_server_1\
pgpool2 --- client
postgres_server_2/
Generally, pgpool will query either of the SQL servers to load balance
(and failover, if one of them goes down), and send "writes" to both
servers (replication) so that their content is identical.
With MySQL, what tool should I use to achieve a similar setup?
[1] http://pgpool.projects.postgresql.org/
--
Tomasz Chmielewski
http://wpkg.org
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=arch...@jab.org