Top > All GNU Packages > Pth

Pth - GNU Portable Threads library

'Pth' is a portable library that provides non-preemptive priority-based scheduling for multiple threads of execution inside event-driven applications. Threads run in the same address space on the server application, but each one has its own individual program-counter, run-time stack, signal mask and errno variable.

A priority- and event-based non-preemptive scheduler manages the threads; this gives better portability and run-time performance than preemptive scheduling. The event facility lets threads wait until various events occur, including pending I/O on filedescriptors, asynchronous signals, elapsed timers, pending I/O on message ports, thread and process termination, and customized call back functions.



Obtaining

Web pagehttp://www.gnu.org/software/pth/pth.html
Source tarballftp://ftp.gnu.org/gnu/pth/pth-2.0.1.tar.gz
Version 2.0.1 (stable) released on 2004-07-13
Licensed under LGPL.
This is a GNU package.

Documentation
English on-line end user manual available at www.gnu.org/software/pth/pth-manual.html
Support contacts

Help List<pth-users@gnu.org>
Help Newscomp.programming.threads
Developer List<pth-users@gnu.org>
Bug List<bug-pth@gnu.org>

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
Programspth-config, pthread-config
Source languagesC

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2001-01-31
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.