diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-17 06:48:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-17 06:48:26 +0000 |
commit | ba47688af80ea7411b7448ada0ffd924c970e63d (patch) | |
tree | 9eb6f38487bf1a78d20330e964a5ab0b0409c87f /devel/Makefile | |
parent | - Update checksum (diff) |
- new distfiles at master site.
The State Threads is a small application library which provides a
foundation for writing fast and highly scalable Internet applications
(such as web servers, proxy servers, mail transfer agents, and so on) on
UNIX-like platforms. It combines the simplicity of the multithreaded
programming paradigm, in which one thread supports each simultaneous
connection, with the performance and scalability of an event-driven
state machine architecture. In other words, this library offers a
threading API for structuring an Internet application as a state
machine.
The State Threads library is a derivative of the Netscape Portable
Runtime library (NSPR).
WWW: http://oss.sgi.com/projects/state-threads/
PR: 25189
Submitted by: tobez@tobez.org (Anton Berezin)
Notes
Notes:
svn path=/head/; revision=39951
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2ba86b34b158..5b6a7f3f86c6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -405,6 +405,7 @@ SUBDIR += sparc-rtems-gcj SUBDIR += sparc-rtems-gdb SUBDIR += sparc-rtems-objc + SUBDIR += st SUBDIR += stlport SUBDIR += str SUBDIR += swarm |