From owner-freebsd-hackers@FreeBSD.ORG Mon May 12 10:19:21 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB2751065672 for ; Mon, 12 May 2008 10:19:21 +0000 (UTC) (envelope-from jonathan+freebsd-hackers@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id D523F8FC16 for ; Mon, 12 May 2008 10:19:20 +0000 (UTC) (envelope-from jonathan+freebsd-hackers@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id m4C9n2Fj017246 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 12 May 2008 11:49:02 +0200 (SAST) (envelope-from jonathan+freebsd-hackers@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-hackers@freebsd.org User-Agent: KMail/1.7.2 References: <9FC19AC2-DAD8-418C-8B9C-F129DEC58CEF@gmail.com> <15336578.20080512123806@mail.ru> In-Reply-To: <15336578.20080512123806@mail.ru> MIME-Version: 1.0 Content-Disposition: inline X-UID: 2295 X-Length: 1299 Date: Mon, 12 May 2008 11:53:00 +0200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200805121153.00809.jonathan+freebsd-hackers@hst.org.za> X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Subject: Re: BDB corrupt X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 10:19:22 -0000 On Monday 12 May 2008 10:38, Anthony Pankov wrote: > Please, can anybody explain what is the problem with BDB (1.86). > > Is there known caveats of using BDB? Is there some rules which > guarantee from curruption or it is fully undesirable to use BDB under > high load? > > It is important for me because of using BDB in my project. Interesting. I would have thought that the two processes "find out advantages and problems of proposed solutions" and "choose a solution" had a natural ordering other than the one you seem to be using. Jonathan