Question about threads [beaver challenge]

Daniel Eischen eischen at vigrid.com
Tue Feb 10 15:22:33 PST 2004


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



More information about the freebsd-threads mailing list