cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / develop / gnupth / gnupth.desc
blobb99456c791bd842915aa6f1e90c36953a56f86e7
1 [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 [COPY]
4 [COPY] Filename: package/.../gnupth/gnupth.desc
5 [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
6 [COPY]
7 [COPY] More information can be found in the files COPYING and README.
8 [COPY]
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License as published by
11 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
12 [COPY] GNU General Public License can be found in the file COPYING.
13 [COPY] --- SDE-COPYRIGHT-NOTE-END ---
14 [I] GNU Portable Threads
16 [T] GNU Portable Threads (Pth) is a very portable POSIX/ANSI-C
17 [T] based library for Unix platforms providing non-preemptive
18 [T] priority-based scheduling for multiple threads of execution
19 [T] (multithreading) inside server applications. All
20 [T] threads run in the same address space, but each thread has its own
21 [T] individual program-counter, run-time stack, signal mask and errno
22 [T] variable. The scheduling is done in a cooperative way, i.e. the
23 [T] threads are dispatched based on priority and pending events. The
24 [T] event facility allows threads to wait until various types of events
25 [T] occur, including pending I/O on filedescriptors, elapsed timers,
26 [T] pending I/O on message ports, thread and process termination,
27 [T] and even customized callback functions.
29 [U] http://www.gnu.org/software/pth/
31 [A] Ralf S. Engelschall  <rse@gnu.org>
32 [M] Juergen "George" Sawinski <jsaw@gmx.net>
34 [F] NOPARALLEL FPIC-QUIRK
35 [C] extra/development
37 [L] GPL
38 [S] Stable
39 [V] 2.0.7
40 [P] X -----5---9 105.000
42 [D] 3949187287 pth-2.0.7.tar.gz ftp://ftp.gnu.org/gnu/pth/