DragonFlyBSD threading model

Matthew Dillon dillon at apollo.backplane.com
Mon Aug 1 18:11:20 PDT 2005


:I've been wondering for some time how the number of LWKT are determined?
:Are they created when needed (on interrupts etc) or are there a fixed
:amount?
:
:--
:Erik Wikström

    Each user process has its own private LWKT.  The scheduler schedules and
    deschedules the related LWKT as needed.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Kernel mailing list