1201
Running QueueMetrics / Re: Load balancing queuemetrics?
« on: August 25, 2010, 11:23:44 »
The session is theoretically serializable and so it should be movable in a well configured cluster... but that's not what I would do.
I would create a master-slave MySQL scenario (or use only one MySQL) and have two separate QMs with the same config that access the same database.
We have a few clients that actually set up a master-master MySQL replica as in here: http://queuemetrics.com/manuals/QM_AdvancedConfig-chunked/ar01s10.html (note that the article is still "in progress").
I would create a master-slave MySQL scenario (or use only one MySQL) and have two separate QMs with the same config that access the same database.
We have a few clients that actually set up a master-master MySQL replica as in here: http://queuemetrics.com/manuals/QM_AdvancedConfig-chunked/ar01s10.html (note that the article is still "in progress").

