Jan. 15, 2012
9:56 a.m.
On Sun, Jan 15, 2012 at 3:02 PM, SaNtosh kuLkarni < santosh.yesoptus@gmail.com> wrote:
HI everyone just wanted to know whats the current implementation of user|| kernel space thread mapping ...is it 1:1 or does it depend on the needs ? For example say if i have 12k user space thread running ,,,how many kernel space thread would be managing them... as far as i know there is 1:1 mappin
Thanks
-- *Regards, Santi*
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hi, It basically depends on the threading library's implementation, AFAIK, for pthreads its 1:1 mapping. - Rohan