From owner-freebsd-net@FreeBSD.ORG Tue Oct 11 03:34:03 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C942816A41F for ; Tue, 11 Oct 2005 03:34:02 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C0DA43D46 for ; Tue, 11 Oct 2005 03:34:00 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j9B3Xv97087583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 11 Oct 2005 10:33:57 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j9B3XuS6061712; Tue, 11 Oct 2005 10:33:56 +0700 (ICT) Date: Tue, 11 Oct 2005 10:33:56 +0700 (ICT) Message-Id: <200510110333.j9B3XuS6061712@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-net@freebsd.org In-reply-to: <20051010030301.F60693@odysseus.silby.com> (message from Mike Silbersack on Mon, 10 Oct 2005 03:04:29 -0500 (CDT)) References: <200510100622.j9A6MMbW014091@banyan.cs.ait.ac.th> <20051010012831.G60693@odysseus.silby.com> <200510100652.j9A6qIbV015852@banyan.cs.ait.ac.th> <20051010030301.F60693@odysseus.silby.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Re: SYN limit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 03:34:03 -0000 > I am facing the following problem: I have a web server with an > application that calls a MySQL server. > > For class and test run, I may have 100 users accessing the same web > page to login to the same database. Well, it seems that was due to a bad installation of MySQL. Going for the port with linythread did the trick, I can now connect 100 clients to MySQL server, plus the reply are much faster. Bests, olivier