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.

2002-08-05 22:21
0.94.13

Il s'agit principalement d'un "nettoyage" de sortie, ce qui signifie que la plupart des modifications apportées consistent à améliorer la qualité globale du code, sans l'introduction de nombreuses nouvelles fonctionnalités. Quelques corrections ont été faites et quelques nouvelles fonctionnalités ont été ajoutées, mais les modifications principales ont été faits pour améliorer la vérification des erreurs pour les appels système et les allocations de mémoire.
Tags: Code cleanup
This is primarily a "clean up" release, which means that most of the changes
made are to improve the overall quality of the code, without introducing many
new features. Some bugfixes were made and some new features were added, but the
main changes were made to improve error checking for system calls and memory
allocations.

2002-05-11 01:31
0.94.12

Beaucoup de changements, quelques corrections de bugs et quelques nouvelles fonctionnalités.
Tags: Major feature enhancements
Lots of changes, some bugfixes, and some new features.

2001-03-18 09:43
0.94.8.3

Ce communiqué empêche l'encodage de / et .. dans les chemins, enveloppements d'exécution de gunzip en cgi.c S'il est défini, et aucune analyse plus longtemps quand un fragment se trouve dans le ('#'). Web
Tags: Minor bugfixes
This release prevents the encoding of / and .. in
pathnames, wraps execution of gunzip in cgi.c if
defined, and no longer parses when a fragment is
found in the URL ('#').

2001-01-30 15:12
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.

2001-01-30 15:12
0.94.6

Enlèvement de doc + + commenter et statments débogage erronée, propose quelques trucs sur config.c (read_config_file) à boa.c, modifications d'fixup_server_root (), et un bug dans get.c concernant gunzip automatique.
Removal of doc++ commenting and erroneous debugging statments, moved some stuff out of config.c (read_config_file) to boa.c, alterations to fixup_server_root(), and a bugfix in get.c regarding automatic gunzip.

Project Resources