Linux kernel thread model
From: manish honap <hidden>
Date: 2011-06-16 07:06:11
From: manish honap <hidden>
Date: 2011-06-16 07:06:11
----- Original Message ---- From: Mulyadi Santosa <redacted> To: manish honap <redacted> Cc: kernelnewbies at kernelnewbies.org Sent: Thu, 16 June, 2011 10:45:36 AM Subject: Re: Linux kernel thread model On Thu, Jun 16, 2011 at 11:39, manish honap [off-list ref] wrote:
Hi all Can someone please tell me what is the threading model of linux kernel ? user space thread:kernel thread process - n:1 or m:n or 1:1
1:1, that is 1 kernel process represent 1 user space thread.... more about it, google for NPTL paper written by Ulrich Drepper and Ingo Molnar. How they understand whether kernel part is scheduled or user part is scheduled ?