Index of /ports_www/boa

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 03-Oct-2008 11:57 1.5K [   ] distinfo 28-May-2011 14:14 140 [DIR] files/ 25-Dec-2006 04:07 - [TXT] pkg-descr 18-Jan-2004 13:50 707 [   ] pkg-plist 28-Oct-2004 00:50 183
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".

WWW: http://www.boa.org/

- Alex Dupre
ale@FreeBSD.org