mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
ba47688af8
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)
18 lines
377 B
Plaintext
18 lines
377 B
Plaintext
include/st.h
|
|
lib/libst.a
|
|
lib/libst.so.1
|
|
lib/libst.so
|
|
share/doc/st/fig.gif
|
|
share/doc/st/notes.html
|
|
share/doc/st/reference.html
|
|
share/doc/st/st.html
|
|
share/examples/st/Makefile
|
|
share/examples/st/README
|
|
share/examples/st/error.c
|
|
share/examples/st/lookupdns.c
|
|
share/examples/st/proxy.c
|
|
share/examples/st/res.c
|
|
share/examples/st/server.c
|
|
@dirrm share/doc/st
|
|
@dirrm share/examples/st
|