4a9659909c
The State Threads Library 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, really any network-data-driven application) 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.
15 lines
331 B
Text
15 lines
331 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/25 19:40:16 gson Exp $
|
|
bin/st-lookupdns
|
|
bin/st-proxy
|
|
bin/st-server
|
|
include/st.h
|
|
lib/libst.a
|
|
lib/libst.la
|
|
lib/libst.so
|
|
lib/libst.so.1
|
|
lib/libst.so.1.3
|
|
share/doc/html/st/fig.gif
|
|
share/doc/html/st/notes.html
|
|
share/doc/html/st/reference.html
|
|
share/doc/html/st/st.html
|
|
@dirrm share/doc/html/st
|