From owner-freebsd-chat Thu Nov 30 15:16:39 2000 Delivered-To: freebsd-chat@freebsd.org Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (Postfix) with ESMTP id B920337B402; Thu, 30 Nov 2000 15:16:35 -0800 (PST) Received: (from daemon@localhost) by smtp03.primenet.com (8.9.3/8.9.3) id QAA27908; Thu, 30 Nov 2000 16:14:24 -0700 (MST) Received: from usr05.primenet.com(206.165.6.205) via SMTP by smtp03.primenet.com, id smtpdAAAOmaWt2; Thu Nov 30 16:14:12 2000 Received: (from tlambert@localhost) by usr05.primenet.com (8.8.5/8.8.5) id QAA24254; Thu, 30 Nov 2000 16:16:11 -0700 (MST) From: Terry Lambert Message-Id: <200011302316.QAA24254@usr05.primenet.com> Subject: Re: Here is what IBM thinks about using FreeBSD on their newer To: wes@softweyr.com (Wes Peters) Date: Thu, 30 Nov 2000 23:16:11 +0000 (GMT) Cc: brett@lariat.org (Brett Glass), tlambert@primenet.com (Terry Lambert), freebsd-chat@freebsd.org, freebsd-advocacy@freebsd.org In-Reply-To: <3A26997B.2DA9684@softweyr.com> from "Wes Peters" at Nov 30, 2000 11:16:27 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'd be concerned about that, too. We've studied the issue and have decided > that to put GPLed code in the standard system would be dangerous. It does > not appear to be a problem for optional components, so we may use GPL code > for elective add-on products. This even drove us to use PostgreSQL rather > than MySQL in our product, though MySQL would have been a better fit. The pre-GPL license on MySQL was actually incredibly _worse_ than the GPL. > I must say I like pgsql a lot better. I keep meaning to play with this; does it support triggered mutual replication between two hosts running the code? I really want fault tolerance, load balancing, and automatic fail-over (basically, by having the load all move to one machine instead of two [actually more complicated], so that everyone gets degraded service, instead of some number being denied service entirely). I don't have triggers in the code, but I actuall have MySQL set up for mutual replication via log replay, so that the database and its replica stay more or less synchornized. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message