pkg://boa_0.94.14rc21-3_hurd-i386.deb:118124/control
downloads
Package: boa
Version: 0.94.14rc21-3
Architecture: hurd-i386
Maintainer: Francois-Denis Gonthier <neumann@lostwebsite.net>
Installed-Size: 340
Depends: libc0.3 (>= 2.7-1), logrotate, mime-support
Provides: httpd, httpd-cgi
Section: web
Priority: optional
Description: Lightweight and high performance web server
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.