Add Boa component
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 capable of handling several hundred hits per second on a 100 MHz Pentium. Description from : <http://packages.debian.org/squeeze/boa> Building method inspired by : <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-servers/boa/boa-0.94.14_rc21.ebuild?view=markup>
Showing
component/boa/buildout.cfg
0 → 100644
Please register or sign in to comment