June 16, 2011
7:06 a.m.
----- Original Message ---- From: Mulyadi Santosa <mulyadi.santosa@gmail.com> To: manish honap <manish_honap_vit@yahoo.co.in> Cc: kernelnewbies@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 <manish_honap_vit@yahoo.co.in> 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 ?