1:1 threading.
Julian Elischer
julian at elischer.org
Sat Mar 29 12:50:55 PST 2003
On Fri, 28 Mar 2003, Terry Lambert wrote:
> Julian Elischer wrote:
> > I'm happy to see the limit of (NKSEs !> NCPU) lifted for processes that
> > are in some way identified as 1:1 mode processes..
> > I don't want to lift it for KSE mode processes however.
> >
> > For system scope threads, I guess you just allocate a separate KSEGRP
> > so it has somewhere to store pertinent info.
> >
> > that makes it rather simple
> > system scope threads have a thread, a KSE and a KSEGRP
> > process scope threads just use the existing KSEGRP.
> >
> > Everythiong should just "fall out correctly" by doing this..
>
> Except that means for process scope threads, you don't get SMP
> scalability, since the single KSEGRP binds them all to a single
> CPU... right?
no
>
> -- Terry
>
More information about the freebsd-arch
mailing list