Native POSIX Thread Library: Difference between revisions

Content deleted Content added
Serprex (talk | contribs)
Links are better than pasta
SmackBot (talk | contribs)
m FIx up portal template and general fixes
Line 1:
The '''Native POSIX Thread Library''' ('''NPTL''') is a software feature that enables the [[Linux kernel]] to run programs written to use [[POSIX Threads]] efficiently.
 
In tests, NPTL succeeded in starting 100,000 [[Thread (computer science)|threads]] on a [[IA-32]] in two seconds. In comparison, this test under a kernel without NPTL would have taken around 15 minutes. <ref>[http://www.linuxjournal.com/article/6530 Introducing the 2.6 Kernel<!-- Bot generated title -->]</ref><ref>[http://people.redhat.com/drepper/nptl-design.pdf The Native POSIX Thread Library for Linux<!-- Bot generated title -->]</ref>
 
== History ==
Line 24:
 
== See also ==
{{portalPortal|free software|Free Software Portal Logo.svg}}
 
* [[LinuxThreads]]
Line 30:
* [[Green threads]]
 
== References ==
 
{{refsReflist}}
 
== External links ==
* [http://people.redhat.com/drepper/nptl-design.pdf NPTL Design paper]
* [http://nptltracetool.sourceforge.net/ NPTL Trace Tool] OpenSource tool to trace and debug multithreaded applications using the NPTL.
 
{{DEFAULTSORT:Native Posix Thread Library}}
[[Category:Linux kernel]]
[[Category:POSIX standards]]