P
Pallav singh
Hi
Posix threads library is used as portable library across different OS
Platform
API provided by Posix will map to different Thread API provided by OS
on which
Our Application is running ( Using Posix Thread Library ). Hence Api
like thread
creation, Scheduling , synchronization mechanism…. Will map to OS call
doing this.
Is there any Thread Library , which does scheduling on it own ? For
OS it should have
only Information on Process, it does not have any idea of threads
inside Process
Thanks
Pallav Singh
Posix threads library is used as portable library across different OS
Platform
API provided by Posix will map to different Thread API provided by OS
on which
Our Application is running ( Using Posix Thread Library ). Hence Api
like thread
creation, Scheduling , synchronization mechanism…. Will map to OS call
doing this.
Is there any Thread Library , which does scheduling on it own ? For
OS it should have
only Information on Process, it does not have any idea of threads
inside Process
Thanks
Pallav Singh