Commit Graph

6 Commits

Author SHA1 Message Date
Ralf S. Engelschall
36837490e3 NPS 0.9.11 -> 0.9.12 1999-05-30 13:20:09 +00:00
Ralf S. Engelschall
9580d78fca NPS 0.9.10 -> 0.9.11 1999-05-28 16:36:43 +00:00
Ralf S. Engelschall
0d2af5832a Upgrade to NPS 0.9.10 1999-05-28 10:38:31 +00:00
Ralf S. Engelschall
1a851df98d Upgrade to NPS 0.9.9 1999-05-25 16:03:34 +00:00
Ralf S. Engelschall
327a8169c1 Upgrade to NPS (non-preemtive thread scheduling library), version 0.9.8 1999-05-24 13:15:15 +00:00
Ralf S. Engelschall
48e1819573 Import of NPS, a non-preeemtive thread scheduling library.
NPS is a POSIX/ANSI-C based library for Unix platforms which
provides non-preemtive scheduling for multiple threads of execution
("multi-threading") inside server applications. All threads run in the
same address space of the server application, but each thread has it's
own individual run-time stack and program-counter.

The thread scheduling itself is done in a cooperative way, i.e. the
threads are managed by a priority- and event-based non-preemtive
scheduler. The intention is that this way one can achieve better
portability and run-time performance than with preemtive scheduling.
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.

More details:
http://www.engelschall.com/sw/nps/
 ftp://ftp.engelschall.com/sw/nps/
1999-05-23 14:54:10 +00:00