File: control

package info (click to toggle)
boa 0.93.15-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 528 kB
  • ctags: 393
  • sloc: ansic: 3,141; yacc: 213; makefile: 126; lex: 108; perl: 81; sh: 29
file content (18 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: boa
Section: web
Priority: optional
Maintainer: Jon Nelson <nels0988@tc.umn.edu>
Standards-Version: 2.3.0.1

Package: boa
Architecture: any
Provides: httpd
Depends: ${shlibs:Depends},mime-support
Description: Lightweight and High Performance WebServer
 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.