On Fri, 6 Feb 2004, Daniel Eischen wrote: > > > > Why? > > System scope threads each have their own KSEG/KSE pair. > The default thread limits in the kernel are: > > kern.threads.max_threads_per_proc: 150 > kern.threads.max_groups_per_proc: 50 > > By default there are 2 KSEGs for a threaded process in > libpthread: one for scope process threads and one for > the signal handling thread. That leaves 48 for left for > application use. > > Those limits are arbitrary, so you can raise/lower them > if you don't like them. I thought you came up with those > limits ;-) I know all that :-) Why do they make system scope threads? :-) couldn't part of a freebsd port patch be to make them process scoe threads.. it'd be more efficient.. > > -- > Dan Eischen > >Received on Fri Feb 06 2004 - 14:00:47 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:42 UTC