Date: Tue, 10 Feb 2004 18:22:28 -0500 (EST) From: Daniel Eischen <eischen@vigrid.com> To: David Xu <davidxu@viatech.com.cn> Cc: freebsd-threads@freebsd.org Subject: Re: Question about threads [beaver challenge] Message-ID: <Pine.GSO.4.10.10402101821030.5028-100000@pcnet5.pcnet.com> In-Reply-To: <4029627F.4090602@viatech.com.cn>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Feb 2004, David Xu wrote: > What's the value of your sysctl kern.threads.max_threads_per_proc and > kern.threads.max_groups_per_proc ? Mysql heavily uses system scope > thread. That's why I wanted to know what top -H showed. We saw the same problem with python -- it was using system scope threads by default. The port has since been changed to use process scope threads. -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10402101821030.5028-100000>