An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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. 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. The load test concludes,

Property Value
dbo:abstract
  • Yaws (Yet Another Web Server) est un serveur web http, écrit en Erlang. C'est un logiciel libre distribué selon les termes d'une licence de type BSD. Il peut être intégré à une application écrite en Erlang ou être lancé en tant que serveur autonome. Grâce à la légèreté de la programmation concurrente d'Erlang, il offre de très bonnes performances, loin devant Apache et IIS. (fr)
  • 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. 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. The load test concludes, "The problem with Apache is not related to the Apache code per se but is due to the manner in which the underlying operating system (Linux) implements concurrency. We believe that any system implemented using operating system threads and processes would exhibit similar performance. Erlang does not make use of the underlying OS's threads and processes for managing its own process pool and thus does not suffer from these limitations". and in the underlined part above (formatting added), expresses the opinion that the founding technologies make the difference in scalability. (en)
  • Yaws (Yet another webserver) – serwer WWW napisany w języku Erlang. Język ten kładzie duży nacisk na współbieżność, wskutek czego Yaws szczególnie dobrze radzi sobie z realizacją dużej liczby równoległych żądań. Yaws może być zagnieżdżany w innych programach erlangowych. Serwer jest rozpowszechniany na licencji BSD. (pl)
  • Yaws is een webserver geschreven in de programmeertaal Erlang. De naam is een acroniem en staat voor Yet another webserver (de zoveelste webserver). Bij een benchmark die de belasting van Yaws en Apache op dezelfde hardware vergeleek, faalde Apache bij 4000 dynamische aanvragen per seconde terwijl Yaws bleef draaien bij meer dan 80,000 aanvragen per seconde. De webserver is een van de grootste open-source-projecten die op Erlang gebaseerd zijn, en vormt de basis voor , een nieuw project dat zich profileert als een beter alternatief voor Ruby on Rails. (nl)
  • Yaws (Yet another web server, svenska:ytterligare en webbserver) är ett program (webbserver). Det är skrivet i erlang av Claes (Klacke) Wikström. Ett test 2002 visade att Yaws klarade mer än Apache i form av Apache 2.0.39 där den kollapsade vid 4 000 återkommande kopplingar medan Yaws fortfarande fungerade med över 80 000. Yaws kräver en BSD-licens. Denna datorrelaterade artikel saknar väsentlig information. Du kan hjälpa till genom att lägga till den. (sv)
  • Yaws(Yet another web server)是一个基於Erlang開發的網頁伺服器,它提供兩種執行模式,分別為獨立式和嵌入式。前者執行起來像一般網頁伺服器程式,通常預設為此模式;後者則是將網頁伺服器嵌入在其他Erlang應用程式中。 (zh)
  • Yaws (англ. Yet Another Web Server, укр. «Ще один вебсервер») — вебсервер, написаний на Erlang шведським програмістом Клаасом Вікстрьомом. Yaws може бути вбудований в інші програми написані на Erlang, або запущений як звичайний вебсервер. Завдяки концепції легких процесів яка закладена в erlang, Yaws надзвичайно добре справляється з задачею обробки паралельних запитів. Навантажувальні тести, проведені в 2002 році в яких порівнювались Yaws і Apache, виявили, що на тестувальному апаратному забезпеченні, Apache 2.0.39 із mod_mpm не зміг обробити 4000 одночасних з'єднань, в той час як Yaws продовжував працювати коли кількість одночасних з'єднань досягла 80 000. (uk)
  • Yaws (англ. Yet Another Web Server, рус. «ещё один веб-сервер») — веб-сервер, написанный на Erlang шведским программистом Клаесом Викстрёмом (Claes (Klacke) Wikström). Yaws может быть встроен внутрь других основанных на Erlang программ или запускаться как полностью самостоятельный веб-сервер. Благодаря тому, что Yaws использует концепцию облегчённых процессов из языка Erlang, он дает возможность использовать большое их количество с высокой конкурентностью. Произведенные в 2002 году тесты, сравнивающие Yaws и Apache, показали, что Apache 2.0.39 с MPM «worker» не выдерживает нагрузку и в 4 000 одновременных подключений, в то время как Yaws продолжает работать и при 80 000 одновременных подключений. * Примечание: с версии 1.80 доступен нативный инсталлятор для Windows. (ru)
dbo:developer
dbo:genre
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 6592010 (xsd:integer)
dbo:wikiPageLength
  • 4052 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1116982375 (xsd:integer)
dbo:wikiPageWikiLink
dbp:date
  • October 2022 (en)
dbp:developer
dbp:genre
dbp:license
dbp:name
  • Yaws (en)
dbp:operatingSystem
dbp:programmingLanguage
dbp:reason
  • What is MPM? (en)
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Yaws (Yet Another Web Server) est un serveur web http, écrit en Erlang. C'est un logiciel libre distribué selon les termes d'une licence de type BSD. Il peut être intégré à une application écrite en Erlang ou être lancé en tant que serveur autonome. Grâce à la légèreté de la programmation concurrente d'Erlang, il offre de très bonnes performances, loin devant Apache et IIS. (fr)
  • Yaws (Yet another webserver) – serwer WWW napisany w języku Erlang. Język ten kładzie duży nacisk na współbieżność, wskutek czego Yaws szczególnie dobrze radzi sobie z realizacją dużej liczby równoległych żądań. Yaws może być zagnieżdżany w innych programach erlangowych. Serwer jest rozpowszechniany na licencji BSD. (pl)
  • Yaws is een webserver geschreven in de programmeertaal Erlang. De naam is een acroniem en staat voor Yet another webserver (de zoveelste webserver). Bij een benchmark die de belasting van Yaws en Apache op dezelfde hardware vergeleek, faalde Apache bij 4000 dynamische aanvragen per seconde terwijl Yaws bleef draaien bij meer dan 80,000 aanvragen per seconde. De webserver is een van de grootste open-source-projecten die op Erlang gebaseerd zijn, en vormt de basis voor , een nieuw project dat zich profileert als een beter alternatief voor Ruby on Rails. (nl)
  • Yaws (Yet another web server, svenska:ytterligare en webbserver) är ett program (webbserver). Det är skrivet i erlang av Claes (Klacke) Wikström. Ett test 2002 visade att Yaws klarade mer än Apache i form av Apache 2.0.39 där den kollapsade vid 4 000 återkommande kopplingar medan Yaws fortfarande fungerade med över 80 000. Yaws kräver en BSD-licens. Denna datorrelaterade artikel saknar väsentlig information. Du kan hjälpa till genom att lägga till den. (sv)
  • Yaws(Yet another web server)是一个基於Erlang開發的網頁伺服器,它提供兩種執行模式,分別為獨立式和嵌入式。前者執行起來像一般網頁伺服器程式,通常預設為此模式;後者則是將網頁伺服器嵌入在其他Erlang應用程式中。 (zh)
  • 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. 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. The load test concludes, (en)
  • Yaws (англ. Yet Another Web Server, укр. «Ще один вебсервер») — вебсервер, написаний на Erlang шведським програмістом Клаасом Вікстрьомом. Yaws може бути вбудований в інші програми написані на Erlang, або запущений як звичайний вебсервер. (uk)
  • Yaws (англ. Yet Another Web Server, рус. «ещё один веб-сервер») — веб-сервер, написанный на Erlang шведским программистом Клаесом Викстрёмом (Claes (Klacke) Wikström). Yaws может быть встроен внутрь других основанных на Erlang программ или запускаться как полностью самостоятельный веб-сервер. * Примечание: с версии 1.80 доступен нативный инсталлятор для Windows. (ru)
rdfs:label
  • Yaws (fr)
  • Yaws (webserver) (nl)
  • Yaws (pl)
  • Yaws (ru)
  • Yaws (webbserver) (sv)
  • Yaws (web server) (en)
  • Yaws (zh)
  • Yaws (uk)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • Yaws (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License