From owner-freebsd-threads@FreeBSD.ORG Mon Feb 9 23:39:46 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4ABC16A4CE for ; Mon, 9 Feb 2004 23:39:46 -0800 (PST) Received: from digitalme.com (pop.digitalme.com [193.97.97.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A9B43D1F for ; Mon, 9 Feb 2004 23:39:46 -0800 (PST) (envelope-from dkt@digitalme.com) Received: from dkt [210.0.207.157] by digitalme.com with NIMS ModWeb Module; Tue, 10 Feb 2004 15:39:41 +0800 From: Dung Patrick To: freebsd-threads@freebsd.org, Date: Tue, 10 Feb 2004 15:39:41 +0800 X-Mailer: NIMS ModWeb Module X-Sender: dkt MIME-Version: 1.0 Message-ID: <1076398781.b793f9a0dkt@digitalme.com> Content-Type: text/plain; charset="BIG5" Content-Transfer-Encoding: quoted-printable Subject: Question about threads [beaver challenge] X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 07:39:46 -0000 Hi, we are using FreeBSD 5.2p2, with a Dual P4 Xeon. There are some questions: 1a) Is it stable to use KSE with mySQL? 1b) It is true that LinuxThreads with mySQL is faster than libc_r? 2) Should HTT be used or just plain SMP? 3) Should ULE be used over 4BSD? 4) What are these options, and their effect: kern.threads.max_threads_per_proc kern.threads.max_groups_per_proc kern.threads.max_threads_hits Regards Patrick