wok diff yaws/description.txt @ rev 22589
updated cgdb (0.6.5 -> 0.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 15:47:23 2020 +0100 (2020-01-07) |
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 Tue Jan 07 15:47:23 2020 +0100 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.