Hi,
I am trying to design a HA solution for an active-active site. Basically, Site A and Site B are both writing to the same table in a database that is position outside of Site A and B. This database is use in an event when either Site A or B fails, it could be use as a backed up. MySQL is being used here.
So i am wondering is there any solution/software out there that is able to handle concurrent updates from Site A & B to the same table.
Kevin