Date: Mon, 05 Apr 2010 22:08:20 +0200 From: "Tonix (Antonio Nati)" <tonix@interazioni.it> To: Maciej Jan Broniarz <gausus@gausus.net>, freebsd-stable@freebsd.org Subject: Re: fault tolerant web servers on freebsd Message-ID: <4BBA4334.1020506@interazioni.it> In-Reply-To: <4BBA1823.1090305@gausus.net> References: <1209800810.33861270466947931.JavaMail.root@dagobah.intersec.pl> <4BBA05A2.40706@intertainservices.com> <4BBA1823.1090305@gausus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Maciej Jan Broniarz ha scritto: > W dniu 10-04-05 17:45, Mike Jakubik pisze: >> You may want to check out carp(4). >> >> http://www.freebsd.org/cgi/man.cgi?query=carp >> > > Thanks. Carp is fine, but I still have to figure out how to > synchronize data on disks or in the database. Usign just carp would > leave me with two separate databases containing only parts of users > input. Is there a soulution similar to drbd+heartbeat on Linux? > Geom_gate looks nice, but I have no idea if it has been used in a > production enviroment. Just to use exact words, fault toulerancy is not possible with any FreeBSD/Linux O.S. F.T. means outage can occur in every moment, but all current operation will be always completed by other equipments; so there will not be interrupted/lost operations. The most you can have is HA (High Availability), that means operations currently executed on servers which have outage are interrupted, but new operations will be completed as they will be executed on other equipments. Carp is fine for HA is you have always both db and file storage always available. For DB you can use MySQL replica, cross-replicating local MySQL data among all servers. Each server will keep its own copy, always up to date with other servers. This will make all DB data always available, except data recorded in the last milliseconds. About file storage, you must have an external reliable NFS server. Tonino > All best, > mjb > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- ------------------------------------------------------------ Inter@zioni Interazioni di Antonio Nati http://www.interazioni.it tonix@interazioni.it ------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BBA4334.1020506>