mysql-proxy-discuss team mailing list archive
-
mysql-proxy-discuss team
-
Mailing list archive
-
Message #00270
mysql-proxy round robing/balancing
mysql-proxy 0.6.1
Hello List,
saw similiar question on mysql-forum, but was unanswered.
try to use mysql-proxy as loadbalancer. This is how i start mysql-proxy
mysql-proxy --proxy-backend-addresses=ip.ip.ip.ip:3306 --proxy-backend-addresses=ip.ip.ip.ip:3306
--proxy-backend-addresses=ip.ip.ip.ip:3306 --daemon
after external connect to proxy on 4040 always the same host was anwering.
all queries i sent to proxy were answered by same machine. How this round
robin really works?
Thanks,
Andre