From mboxrd@z Thu Jan 1 00:00:00 1970 From: manish_honap_vit@yahoo.co.in (manish honap) Date: Thu, 16 Jun 2011 12:36:11 +0530 (IST) Subject: Linux kernel thread model In-Reply-To: References: <399106.3291.qm@web95802.mail.in.yahoo.com> Message-ID: <819362.67362.qm@web95803.mail.in.yahoo.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org ----- Original Message ---- From: Mulyadi Santosa To: manish honap 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 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 ?