wok annotate yaws/description.txt @ rev 18116

Format few descriptions (EOL at the end, 80 symbols length lines)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 07 00:27:07 2015 +0300 (2015-06-07)
parents 67f9f7889c21
children
rev   line source
al@18116 1 Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for
al@18116 2 dynamic-content web applications. Two separate modes of operations are
samuel_trassare@11878 3 supported:
samuel_trassare@11878 4
al@18116 5 * Standalone mode where Yaws runs as a regular webserver daemon. This is the
al@18116 6 default mode.
al@18116 7 * Embedded mode where Yaws runs as an embedded webserver in another Erlang
al@18116 8 application.
al@18116 9
al@18116 10 Yaws is entirely written in Erlang, and furthermore it is a multithreaded
samuel_trassare@11878 11 webserver where one Erlang lightweight process is used to handle each client.