2b1dacc826
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
13 lines
677 B
Text
13 lines
677 B
Text
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/
|