Date: Fri, 16 Mar 2001 22:48:26 -0800 (PST) From: Dirk Meyer <dinoex@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/st Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/st/files Makefile.examples Makefile.main Message-ID: <200103170648.f2H6mQ859127@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dinoex 2001/03/16 22:48:26 PST
Modified files:
devel Makefile
Added files:
devel/st Makefile distinfo pkg-comment pkg-descr
pkg-plist
devel/st/files Makefile.examples Makefile.main
Log:
- 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)
Revision Changes Path
1.471 +2 -1 ports/devel/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103170648.f2H6mQ859127>
