python ports broken (sem_destroy: Resource temporarily

Julian Elischer julian at elischer.org
Fri Feb 6 15:00:47 PST 2004



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
> 
> 



More information about the freebsd-current mailing list