Name: | pth |
---|---|
Version: | 2.0.7 |
Release: | 6.el5 |
Architecture: | i386 |
Group: | System Environment/Libraries |
Size: | 252019 |
License: | LGPLv2+ |
RPM: | pth-2.0.7-6.el5.i386.rpm |
Source RPM: | pth-2.0.7-6.el5.src.rpm |
Build Date: | Fri Sep 04 2009 |
Build Host: | ca-build10.us.oracle.com |
Vendor: | Oracle USA |
URL: | http://www.gnu.org/software/pth/ |
Summary: | The GNU Portable Threads library |
Description: | Pth is 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 server applications. All threads run in the same address space of the server application, but each thread has it's own individual program-counter, run-time stack, signal mask and errno variable. |