From owner-freebsd-questions@FreeBSD.ORG Mon Mar 24 22:12:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEEB91065676 for ; Mon, 24 Mar 2008 22:12:39 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 87B058FC25 for ; Mon, 24 Mar 2008 22:12:39 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from [192.168.2.161] (soundwave.ws.pitbpa0.priv.collaborativefusion.com [192.168.2.161]) by wingspan with esmtp; Mon, 24 Mar 2008 18:12:39 -0400 id 0005C051.47E82757.00007C39 From: "Brian A. Seklecki" To: "B. Bonev" In-Reply-To: <007801c88dd6$2100d6c0$f800000a@chameleon> References: <007801c88dd6$2100d6c0$f800000a@chameleon> Organization: Collaborative Fusion, Inc. Date: Mon, 24 Mar 2008 18:12:38 -0400 Message-Id: <1206396758.18298.73.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Cc: freebsd-questions@freebsd.org Subject: Re: fault tolerance with FreeBSD for old DOS app X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bseklecki@collaborativefusion.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 22:12:40 -0000 On Mon, 2008-03-24 at 19:36 +0200, B. Bonev wrote: > I want advice for old DOS app on Windows PC, that I need to make on 2 PC-s > fault tolerant. Any advice for working solution on FreeBSD? Yep...rewrite the database in SQL with a PHP front end. Import the data from the old system. Use a Radware/F5 Load Balancer for the web and Slony-I for the database replication. Welcome to 2008. ~BAS P.S. In reality you could likely do a HA-VMWare GSX virtual machine with synchronized failover, but that's off-topic here.