> -----Original Message----- > From: Matthias Leisi [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 11, 2006 4:48 AM > To: [email protected] > Subject: Re: "Distributed" Bayes DB? > > > > Matt Kettler wrote: > > >> Do you see additional options? > > Use a SQL server backend. If you must have a no-failure > option for the > > bayes DB, use a cluster of SQL servers. [..]
Or just use mysql with replication? Put mysql on two servers, replicate the data using built in (not beta) data base replication in mysql? For load balancing/failover, use something like 'CARP' (on *BSD systems) similar things on linux? Use a load/balancing ip address for target of MX as well as target for SQL? Can't linux itself do IP clustering? You could also contact me offlist for information on how we have this solved, and have systems that are doing 10million emails per day.
