wok-current annotate yaws/description.txt @ rev 12717
cross-arm-glibc: put libexec files in /usr/cross/arm/lib and --enable-kernel=2.6.30
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 05 05:12:31 2012 +0200 (2012-05-05) |
parents | |
children | 36cecde5b42c |
rev | line source |
---|---|
samuel_trassare@11878 | 1 Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for |
samuel_trassare@11878 | 2 dynamic-content web applications. Two separate modes of operations are |
samuel_trassare@11878 | 3 supported: |
samuel_trassare@11878 | 4 |
samuel_trassare@11878 | 5 Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode. |
samuel_trassare@11878 | 6 |
samuel_trassare@11878 | 7 Embedded mode where Yaws runs as an embedded webserver in another Erlang application. |
samuel_trassare@11878 | 8 |
samuel_trassare@11878 | 9 Yaws is entirely written in Erlang, and furthermore it is a multithreaded |
samuel_trassare@11878 | 10 webserver where one Erlang lightweight process is used to handle each client. |