3054b6f9b2
-- State Threads is an application library which provides a foundation for writing fast and highly scalable Internet Applications 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. WWW: http://oss.sgi.com/projects/state-threads/ Submitted by Patroklos Argyroudis <argp@bsd.gr>
9 lines
382 B
Plaintext
9 lines
382 B
Plaintext
State Threads is an application library which provides a foundation
|
|
for writing fast and highly scalable Internet Applications 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.
|
|
|
|
WWW: ${HOMEPAGE}
|