Difference between revisions of "Pth"
(https) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=Pth | |Name=Pth | ||
− | |Short description=GNU Portable Threads library | + | |Short description=GNU Portable Threads library. |
|Full description='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. | |Full description='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. | ||
|Homepage URL=https://www.gnu.org/software/pth/ | |Homepage URL=https://www.gnu.org/software/pth/ | ||
− | |||
|Is High Priority Project=No | |Is High Priority Project=No | ||
− | + | |Documentation note=https://www.gnu.org/software/pth/pth-manual.html | |
− | + | ||
− | |Documentation note= | + | '''Selection from the [https://shop.fsf.org/ FSF shop]''' |
− | | | + | |
− | |Related projects=Cheap_Threads,libpcl | + | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] |
+ | |||
+ | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards,Cheap_Threads,libpcl | ||
|Keywords=server,event,scheduling,pthread,threads,user-space,non-preemptive | |Keywords=server,event,scheduling,pthread,threads,user-space,non-preemptive | ||
|Version identifier=2.0.7 | |Version identifier=2.0.7 | ||
|Version date=2006/06/08 | |Version date=2006/06/08 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download= | + | |Version download=https://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz |
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date= | + | |Last review date=2019/01/05 |
− | |Submitted by= | + | |Submitted by=Database conversion |
− | |Submitted date=2011- | + | |Submitted date=2011/04/01 |
+ | |User level=none | ||
+ | |Component programs=pth-config,pthread-config | ||
+ | |Paid support=https://www.fsf.org/resources/service/ | ||
+ | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz.sig | ||
+ | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=pth | |GNU package identifier=pth | ||
+ | |Decommissioned/Obsolete=No | ||
|License verified date=2001-01-31 | |License verified date=2001-01-31 | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=LGPLv2.1orlater |
− | |License verified by= | + | |License verified by=Bendikker |
− | |License verified date= | + | |License verified date=2018/05/02 |
}} | }} | ||
{{Person | {{Person | ||
|Real name=Ralf S. Engelschall | |Real name=Ralf S. Engelschall | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |Email=rse@ | + | |Email=rse@gnu.org |
}} | }} | ||
{{Resource | {{Resource | ||
Line 40: | Line 60: | ||
{{Resource | {{Resource | ||
|Resource audience=Savannah (Ref) | |Resource audience=Savannah (Ref) | ||
− | |Resource URL=https://savannah.gnu.org/projects/pth | + | |Resource URL=https://savannah.gnu.org/projects/pth/ |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=http://cvs.ossp.org/dir?d=ossp-pkg/pth | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/archive/html/pthreads-hackers/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Download | |
− | |Resource kind= | + | |Resource URL=https://ftp.gnu.org/gnu/pth/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=General | |
− | |Resource kind= | + | |Resource URL=http://www.ossp.org/pkg/lib/pth/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=General | |
− | |Resource kind= | + | |Resource URL=https://savannah.gnu.org/people/ |
− | |Resource URL= | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=command-line | |Interface=command-line | ||
+ | |Library=C | ||
+ | |Programming-language=C, perl, shell | ||
+ | |Runs-on=GNU/Linux | ||
|Use=library | |Use=library | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 08:09, 5 January 2019
Pth
https://www.gnu.org/software/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.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Ralf S. Engelschall | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
VCS Repository Webview | http://cvs.ossp.org/dir?d=ossp-pkg/pth | |
Mailing List | https://lists.gnu.org/archive/html/pthreads-hackers/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/pth/ | |
General | https://savannah.gnu.org/people/ | |
Debian (Ref) | https://tracker.debian.org/pkg/pth | |
General | http://www.ossp.org/pkg/lib/pth/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Download | https://ftp.gnu.org/gnu/pth/ |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.