Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a multithreaded webserver where one Erlang light weight process is used to handle each client. Two separate modes of operation 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.
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 don't have to be written in ugly adhoc languages.
|
|
|
| 硬件架构 | 版本 | 软件包大小 | 安装后大小 | 文件 |
|---|---|---|---|---|
| alpha | 1.85-1 | 990.5 kB | 3272 kB | [文件列表] |
| amd64 | 1.85-1 | 987.4 kB | 3084 kB | [文件列表] |
| armel | 1.85-1 | 994.4 kB | 3264 kB | [文件列表] |
| hppa | 1.84-2 | 953.2 kB | 3176 kB | [文件列表] |
| hurd-i386 | 1.81-1 | 945.9 kB | 3184 kB | [文件列表] |
| i386 | 1.85-1 | 988.8 kB | 3260 kB | [文件列表] |
| ia64 | 1.85-1 | 993.6 kB | 3284 kB | [文件列表] |
| kfreebsd-amd64 | 1.85-1 | 984.7 kB | 2744 kB | [文件列表] |
| kfreebsd-i386 | 1.85-1 | 984.3 kB | 2742 kB | [文件列表] |
| m68k (非官方移植版) | 1.80-1 | 654.7 kB | 2140 kB | [文件列表] |
| mips | 1.85-1 | 990.8 kB | 3264 kB | [文件列表] |
| mipsel | 1.85-1 | 988.4 kB | 3264 kB | [文件列表] |
| powerpc | 1.85-1 | 993.1 kB | 3276 kB | [文件列表] |
| s390 | 1.85-1 | 988.9 kB | 3264 kB | [文件列表] |
| sparc | 1.85-1 | 989.9 kB | 3260 kB | [文件列表] |