Download List

项目描述

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.

系统要求

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

这主要是一个“清理”释放,这意味着对所做的更改大部分是提高代码的整体素质不引入许多新的功能。有些错误修正了一些新的功能增加了,但主要的变化,以改进错误的系统调用和内存分配检查。
标签: 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

很多的变化,一些bug修正,以及一些新的特点。
标签: Major feature enhancements
Lots of changes, some bugfixes, and some new features.

2001-03-18 09:43
0.94.8.3

此版本可以防止编码/和..在路径名,包装执行的gunzip在cgi.c如果定义,不再片段时,在URL ('#').发现解析
标签: 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

为临时文件权限和邮政问题的修正,管道已关闭在子叉,对Debian软件包小的变化,HTTP_REFERER变量正在实施的cgi.c,以及活跃的最大连接数已经实施,以防止耗尽文件描述符。
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

去除文档+ +评论和错误调试statments,提出了一些东西出config.c(read_config_file)的boa.c,改建fixup_server_root在get.c就自动gunzip()和缺陷修复。
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