|
About:
GNU Portable Threads (Pth) is a very portable POSIX/ANSI-C based library for Unix platforms providing non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable. The scheduling is done in a cooperative way, i.e. the threads are dispatched based on priority and pending events. The event facility allows threads to wait until various types of events occur, including pending I/O on filedescriptors, elapsed timers, pending I/O on message ports, thread and process termination, and even customized callback functions.
Author:
Ralf S. Engelschall [contact developer]
Homepage:
http://www.gnu.org/software/pth/
Tar/GZ:
ftp://ftp.gnu.org/gnu/pth/
Changelog:
http://cvs.ossp.org/pkg/lib/pth/ChangeLog
RPM package:
ftp://ftp.openpkg.org/current/SRC/
Purchase:
http://www.ossp.org/com/donations.html
CVS tree (cvsweb):
http://cvs.ossp.org/pkg/lib/pth/
Mailing list archive:
http://www.mail-archive.com/pth-users@gnu.org/
Mirror site:
ftp://ftp.ossp.org/pkg/lib/pth/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.29/10.00
(Rank N/A)
» Vitality: 0.09% (Rank 1923)
» Popularity: 1.98% (Rank 2583)

(click to enlarge graphs)
Record hits: 20,037
URL hits: 9,111
Subscribers: 50
|
|