Content deleted Content added
Link change to correct CompSci, wikified. |
added a comparison |
||
Line 1:
'''Native POSIX Thread Library''', also known as NPTL, in the world of the [[Linux kernel]] is a feature that enables [[Linux]] to run programs written to use [[POSIX]]-style [[Thread (computer science)|threads]] very fast.
In tests, it succeeded in running 100,000 threads simultaneously on a [[IA-32]] which were started in two [[second]]s. In comparison, this test under a kernel without NPTL would have taken around 15 minutes.
|