mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9141fabc31
A fast, portable multithreaded web server. PR: 4770 Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
16 lines
851 B
Plaintext
16 lines
851 B
Plaintext
Based on the SMT multithreading kernel from iMatix, the Xitami ['shi-tami']
|
|
web server is scalable and efficient, especially at high loads. Unlike Apache,
|
|
NCSA httpd, Netscape's Enterprise Server, or IIS, Xitami handles all
|
|
connections (except CGI) within a single process, without creating child
|
|
processes or multiple threads. The cost of a connection ('hit') is extremely
|
|
low.
|
|
|
|
Xitami supports the main HTTP operations: GET, POST, HEADER. It also supports
|
|
virtual hosts, CGI, clickable image maps, CERN/NCSA logging, log cycling,
|
|
protected directories, direct execution of Perl programs, and browser-based
|
|
configuration and management. It does not support secure sockets.
|
|
|
|
Xitami is available for multiple platforms (UNIX, OpenVMS, Win 3.x, Win 95,
|
|
Win NT, OS/2) and is free software. Please read the Xitami license agreement
|
|
for details.
|