Pthread is a User level thread , Java threading cant be distinguished as user level or kernel level , the java threads are contained in JVM and mapping is used by OS to map JVM to kernel threads.
On Thu, May 26, 2011 at 4:55 PM, anshu mishra <[email protected]> wrote: > it is os responsibility to map user level thread to kernel level thread. > Usually os implements many to many mapping. > In pthread we can bind a particular thread to particular processor or set of > processor. > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- Lalit Kishore Sharma, IIIT Allahabad (Amethi Capmus), 6th Sem. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
