I am running a site with about 50gig myisam databases which are the
backend to different websites.
I can not afford any downtime and the data is realtime.
What is the best method for this setup? master-master or master-slave?
What are the best utilities to create and maintain this setup? as far
as load balancing between the two physical servers that i am running.
I am currently working with percona utilities - is there something better ?
what would you use to load balance mysql ? what would you use to load
balance apache.
thanks