pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/yaws



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Fri Aug 26 13:46:43 UTC 2011

Update of /cvsroot/pkgsrc/www/yaws
In directory ivanova.netbsd.org:/tmp/cvs-serv4570

Log Message:

Import from wip/yaws requested and tested under
DragonflyBSD by Andrey N. Oktyabski.

Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for
dynamic-content webapplications. Two separate modes of operations are
supported:
 * Standalone mode where Yaws runs as a regular webserver daemon.
   This is the default mode.
 * Embedded mode where Yaws runs as an embedded webserver in another
   erlang application.

Yaws is entirely written in Erlang furthermore it is a multithreaded
webserver
where one Erlang light weight process is used to handle each client.

The main advantages of yaws compared to other Web technologies are
performance
and elegance. The performance comes from the underlying Erlang system and
its
ability to handle concurrent processes in an efficent way. Its elegance
comes
from Erlang as well. Web applications dont have to be written in ugly adhoc
languages.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/www/yaws/distinfo
N pkgsrc/www/yaws/Makefile
N pkgsrc/www/yaws/DESCR
N pkgsrc/www/yaws/PLIST
N pkgsrc/www/yaws/patches/patch-ai
N pkgsrc/www/yaws/patches/patch-configure.in
N pkgsrc/www/yaws/files/yaws.conf

No conflicts created by this import




Home | Main Index | Thread Index | Old Index