: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
<[EMAIL PROTECTED]>
