aboutsummaryrefslogtreecommitdiff
path: root/www/boa/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-04 19:38:12 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-04 19:38:12 +0000
commitff7b230151cdc4fa250cd0eab9d6c12bfb58e9ef (patch)
tree0ef08a29ee934f1f68948c5d726429013cbb2936 /www/boa/pkg-descr
parentcbd9f244547bbc0dedf4f24b329db4b0dd567438 (diff)
downloadports-ff7b230151cdc4fa250cd0eab9d6c12bfb58e9ef.tar.gz
ports-ff7b230151cdc4fa250cd0eab9d6c12bfb58e9ef.zip
Notes
Diffstat (limited to 'www/boa/pkg-descr')
-rw-r--r--www/boa/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/boa/pkg-descr b/www/boa/pkg-descr
new file mode 100644
index 000000000000..4820cdce047e
--- /dev/null
+++ b/www/boa/pkg-descr
@@ -0,0 +1,18 @@
+Boa is a single-tasking HTTP server. That means that unlike
+traditional web servers, it does not fork for each incoming
+connection, nor does it fork many copies of itself to handle multiple
+connections. It internally multiplexes all of the ongoing HTTP
+connections, and forks only for CGI programs (which must be separate
+processes.) Preliminary tests show boa is about twice as fast as
+Apache, and is capable of handling 50 hits per second on a 66 MHz '486.
+
+The primary design goals of Boa are speed and security. Security, in
+the sense of "can't be subverted by a malicious user", not "fine
+grained access control and encrypted communications". Boa is not
+intended as a feature-packed server; if you want one of those, check
+out WN from John Franks. Modifications to Boa that improve its speed,
+security, robustness, and portability, are eagerly sought. Other
+features may be added if they can be achieved without hurting the
+primary goals.
+
+Homepage: http://www.boa.org