wok diff yaws/description.txt @ rev 19017
slitaz-arm-adm, slitaz-arm-codex, slitaz-arm-configs: hard code version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 01 10:34:29 2016 +0200 (2016-04-01) |
parents | 67f9f7889c21 |
children |
line diff
1.1 --- a/yaws/description.txt Mon Feb 27 23:35:14 2012 -0800 1.2 +++ b/yaws/description.txt Fri Apr 01 10:34:29 2016 +0200 1.3 @@ -1,10 +1,11 @@ 1.4 -Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for 1.5 -dynamic-content web applications. Two separate modes of operations are 1.6 +Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for 1.7 +dynamic-content web applications. Two separate modes of operations are 1.8 supported: 1.9 1.10 - Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode. 1.11 - 1.12 - Embedded mode where Yaws runs as an embedded webserver in another Erlang application. 1.13 - 1.14 -Yaws is entirely written in Erlang, and furthermore it is a multithreaded 1.15 + * Standalone mode where Yaws runs as a regular webserver daemon. This is the 1.16 + default mode. 1.17 + * Embedded mode where Yaws runs as an embedded webserver in another Erlang 1.18 + application. 1.19 + 1.20 +Yaws is entirely written in Erlang, and furthermore it is a multithreaded 1.21 webserver where one Erlang lightweight process is used to handle each client.