summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-02-13 18:07:17 +0100
committerLoïc Hoguin <[email protected]>2025-02-13 18:07:17 +0100
commit548e971645543d3be355d569155959ba5a906656 (patch)
tree3705c8774f300da9f6090ff676241f7563b2b34d /articles/index.html
parent72a4d4d2fa1f32c186889ae3a764093753827478 (diff)
downloadninenines.eu-548e971645543d3be355d569155959ba5a906656.tar.gz
ninenines.eu-548e971645543d3be355d569155959ba5a906656.tar.bz2
ninenines.eu-548e971645543d3be355d569155959ba5a906656.zip
Cowboy 2.13 performance article
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html35
1 files changed, 17 insertions, 18 deletions
diff --git a/articles/index.html b/articles/index.html
index aa4f6e3c..850e7e7e 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -65,6 +65,23 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.13.0-performance/">Performance improvements in Cowboy 2.13</a></h2>
+ <p class="date">
+ <span class="year">2025</span>
+ <span class="day-month">13 Feb</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.13.0 is close to being released. Much of the work done on this release focused on performance, and in particular the performance of the Websocket protocol.
+The Websocket protocol requires clients to mask the data they send, originally to avoid issues with proxies. This requirement is still present for Websocket over HTTP/2 nevertheless. This means that the server has to unmask the data, which has a notable impact on performance.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.13.0-performance/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/discord-server/">Erlang OSS Discord server</a></h2>
<p class="date">
<span class="year">2024</span>
@@ -408,24 +425,6 @@ My most striking memory of Joe was during dinner at his place after a conference
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/merry-christmas-2018/">Merry Christmas 2018: A Recap</a></h2>
- <p class="date">
- <span class="year">2018</span>
- <span class="day-month">25 Dec</span>
- </p>
- </header>
-
- <p>As the year 2018 ends it&apos;s time for a short recap and a look forward for the next year.
-Overall, more than half of all open tickets have been closed. Most tickets were opened since 2015 and I couldn&apos;t get to those, but now that pre-school started I have a lot more time! I&apos;m aiming to keep the number of tickets below 100 across all my projects.
-Cowboy 2.x is now mature.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/merry-christmas-2018/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">