From owner-freebsd-stable@FreeBSD.ORG Wed May 26 04:40:30 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E549416A4CE for ; Wed, 26 May 2004 04:40:30 -0700 (PDT) Received: from mail.errors.firstcallgroup.co.uk (mail.errors.firstcallgroup.co.uk [213.167.69.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9309943D1D for ; Wed, 26 May 2004 04:40:30 -0700 (PDT) (envelope-from petefrench@keithprowse.com) Received: from smaug.rattatosk ([172.16.1.8]) by mail.errors.firstcallgroup.co.uk with esmtp (Exim 4.22) id 1BSwld-00091X-Jp; Wed, 26 May 2004 12:40:17 +0100 Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by smaug.rattatosk with esmtp (Exim 4.22) id 1BSwld-000BKW-CK; Wed, 26 May 2004 12:40:17 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.32; FreeBSD) id 1BSwld-000GAO-B2; Wed, 26 May 2004 12:40:17 +0100 To: dmitry@atlantis.dp.ua, freebsd-stable@freebsd.org In-Reply-To: <20040526100110.U64971@atlantis.atlantis.dp.ua> Message-Id: From: Pete French Date: Wed, 26 May 2004 12:40:17 +0100 cc: petefrench@keithprowse.com Subject: Re: Problems with 4.10 and mysql X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 11:40:31 -0000 > Which version of MySQL server are you using? Has it been built from port or > compiled from sources? What threading library does it use (native or > linuxthreads)? How many client applications are trying to connect > simultaneously? 4.0.18 - built from source, the only optimisation being -O as I dont trust the higher ones, it is using native threads and there is only one client running on the same machine which is connecting every two minutes doing a select and quitting (and I have chcked that connections are not building up). I see the failed connection 5 to 10 times a day. -pcf.