Import from wip/yaws requested and tested under
authorcheusov <cheusov>
Fri, 26 Aug 2011 13:46:43 +0000 (13:46 +0000)
committercheusov <cheusov>
Fri, 26 Aug 2011 13:46:43 +0000 (13:46 +0000)
commit504855e8508916f47a3fbc1f227931fc7b4c773a
tree82f1b46baee28e929ef7ca29c1b9610851fe3a9d
parent37793cfa667707546fe63f404c0bf41e9b4becbc
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.
www/yaws/DESCR [new file with mode: 0644]
www/yaws/Makefile [new file with mode: 0644]
www/yaws/PLIST [new file with mode: 0644]
www/yaws/distinfo [new file with mode: 0644]
www/yaws/files/yaws.conf [new file with mode: 0644]
www/yaws/patches/patch-ai [new file with mode: 0644]
www/yaws/patches/patch-configure.in [new file with mode: 0644]