summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/articles/index.html b/articles/index.html
index c16218a8..782192bf 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -67,6 +67,24 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/ranch-2.1.0/">Ranch 2.1</a></h2>
+ <p class="date">
+ <span class="year">2021</span>
+ <span class="day-month">09 Sep</span>
+ </p>
+ </header>
+
+ <p>Ranch 2.1.0 has been released!
+Ranch 2.1 adds counters for the number of connections accepted and terminated. They can be used to produce information about accept or shutdown rates or as a total number of connections handled by Ranch.
+Ranch 2.1 also adds an alarm around the number of active connections a connection supervisor handles. When that number is high it is now possible to automatically perform an action, such as logging or gracefully shutting down idle connections.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/ranch-2.1.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/cowboy-2.9.0/">Cowboy 2.9</a></h2>
<p class="date">
<span class="year">2021</span>
@@ -415,24 +433,6 @@ Note that it is currently not possible to tunnel a TLS connection via an HTTPS p
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/ranch-1.6.0/">Ranch 1.6</a></h2>
- <p class="date">
- <span class="year">2018</span>
- <span class="day-month">01 Aug</span>
- </p>
- </header>
-
- <p>Ranch 1.6.0 has been released!
-This release sees the introduction of a suspend/resume mechanism for the listeners which makes the listener close the listening socket and stop accepting new connections. Existing connections continue uninterrupted.
-This can be used to update the socket options of the listener, or to implement a graceful shutdown. To that end a function has also been added which allows waiting until connections reach a certain number.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/ranch-1.6.0/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">