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 about twice as fast as Apache, and is capable of handling 50 hits per second on a 66 MHz '486. The primary design goals of Boa are speed and security. Security, in the sense of "can't be subverted by a malicious user", not "fine grained access control and encrypted communications". WWW: http://www.boa.org/ eebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/xboing
Commit message (Expand)AuthorAgeFilesLines
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-1/+1
* - cleanup headerDirk Meyer2013-01-271-4/+1
* -remove MD5Olli Hauer2011-07-031-1/+0
* LICENSE MIT (X11)Dirk Meyer2010-06-041-0/+2
* - cleanup textDirk Meyer2009-06-091-3/+1
* - add LICENSE:Dirk Meyer2009-02-161-0/+2
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-201-2/+2