Re: mysql master-master setup

2010-02-08 Thread Tom Evans
On Sun, Feb 7, 2010 at 11:18 PM, Dennis Kaarsemaker wrote: > On ma, 2010-02-08 at 00:04 +0100, Henrik Genssen wrote: > >> what is the best way to setup a master-master replication using mysql >> with django? > > Not to do it :) > >> Has anyone any experiences with this? > > I did not use it with d

Re: mysql master-master setup

2010-02-07 Thread Dennis Kaarsemaker
On ma, 2010-02-08 at 00:04 +0100, Henrik Genssen wrote: > what is the best way to setup a master-master replication using mysql > with django? Not to do it :) > Has anyone any experiences with this? I did not use it with django, but I have use master-master (or even rings with more than 2). It'

mysql master-master setup

2010-02-07 Thread Henrik Genssen
HI, what is the best way to setup a master-master replication using mysql with django? Has anyone any experiences with this? Did you use HAProxy in front of mysql? How many connections does django use during one page request / url? (is there a risk, that I hit 2 instances of mysql during one requ