Télécharger la liste

Description du projet

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), automatic directory generation, and automatic file gunzipping. Tests show boa is capable of handling up to several hundred hits per second on a 100 Mhz Pentium, dozens of hits per second on a lowly 20 MHz 386/SX, and thousands on more powerful CPUs.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:12 Retour à la liste release
0.94.8.2

Des correctifs pour les permissions de fichiers temporaires et les problèmes d'après, les tuyaux sont maintenant fermés dans la fourchette des enfants, des modifications mineures du paquet Debian, HTTP_REFERER variable est désormais mis en œuvre dans cgi.c, et un nombre maximum de connexions actives a été mis en œuvre pour ne pas en manquer de descripteurs de fichier.
Fixes for the temporary file permissions and POST problems, pipes are now closed in the child fork, minor changes to the Debian package, HTTP_REFERER variable is now implemented in cgi.c, and a maximum number of active connections has been implemented to prevent running out of file descriptors.

Project Resources