Yaws (web server)
Developer(s) | Claes Wikström |
---|---|
Stable release |
2.0
/ 13 July 2015[1] |
Written in | Erlang |
Operating system | Cross-platform |
Type | Web server |
License | BSD licence |
Website |
yaws |
Yaws (Yet another web server) is a web server written in Erlang by Claes (klacke) Wikström. Yaws can be embedded into other Erlang-based applications or run as a regular standalone web server.[2]
Because Yaws uses Erlang's lightweight threading system, it performs well under high concurrency. A load test conducted in 2002 comparing Yaws and Apache found that with the hardware tested, Apache 2.0.39 with the worker MPM failed at 4,000 concurrent connections, while Yaws continued functioning with over 80,000 concurrent connections.[3]
See also
- Comparison of lightweight web servers
- Comparison of web servers
- LYME (software bundle)
References
- ↑ "Releases · klacke/yaws · GitHub". Retrieved 2015-07-20.
- ↑ Steve Vinoski article at the IEEE Internet Computing review, July/August 2011
- ↑ Ghodsi, Ali. "Apache vs. Yaws". Retrieved January 17, 2007.
External links
- Official website
- Interview with YAWS developer Claes Klacke Wikstrom (OGG or MP3)
- ErlyWeb – MVC-pattern web framework for Yaws
- Erlang Web – MVC-pattern web framework Yaws and Inets Erlang/OTP application
- Nitrogen – An event-driven Web 2.0 framework for Erlang that runs on Yaws, Mochiweb, and Inets
This article is issued from Wikipedia - version of the 2/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.