7.16. Pth-1.8

The NPth package contains a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution (multithreading) inside event-driven applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable.

Approximate build time: 0.1 SBU
Required disk space: 2.9 MB

7.16.1. Installation of Pth

Install NPth by running the following commands:

./configure --prefix=/usr
make

Install the package with the following commands:

make install