summaryrefslogtreecommitdiffstats
path: root/articles/index.xml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-06-25 13:32:01 +0200
committerLoïc Hoguin <[email protected]>2020-06-25 13:32:01 +0200
commite7feea1ec8a65311f9da998605031df77e5d26ea (patch)
treecda16ab7e1626f6d2d8819583cdc27e87247d292 /articles/index.xml
parent849fab7227a2fd1ff5fa4d603ba89037e1c462b4 (diff)
downloadninenines.eu-e7feea1ec8a65311f9da998605031df77e5d26ea.tar.gz
ninenines.eu-e7feea1ec8a65311f9da998605031df77e5d26ea.tar.bz2
ninenines.eu-e7feea1ec8a65311f9da998605031df77e5d26ea.zip
Ranch 2.0
Diffstat (limited to 'articles/index.xml')
-rw-r--r--articles/index.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/articles/index.xml b/articles/index.xml
index dbe0b3c3..da6a90d2 100644
--- a/articles/index.xml
+++ b/articles/index.xml
@@ -6,12 +6,23 @@
<description>Recent content in Articles on Nine Nines</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Tue, 26 May 2020 07:00:00 +0100</lastBuildDate>
+ <lastBuildDate>Thu, 25 Jun 2020 07:00:00 +0100</lastBuildDate>
<atom:link href="https://ninenines.eu/articles/index.xml" rel="self" type="application/rss+xml" />
<item>
+ <title>Ranch 2.0</title>
+ <link>https://ninenines.eu/articles/ranch-2.0.0/</link>
+ <pubDate>Thu, 25 Jun 2020 07:00:00 +0100</pubDate>
+
+ <guid>https://ninenines.eu/articles/ranch-2.0.0/</guid>
+ <description>Ranch 2.0.0 has been released!
+In Ranch 1.x, there is only one supervisor per Ranch listener to start and manage connection processes. Under high load (many clients rapidly connecting and/or disconnecting), the message queue of this one supervisor could become congested, leading to declining accept rates or a stalled listener.
+Ranch 2.0 introduces the num_conns_sups option (defaulting to the number of acceptors), which allows the message load to be divided between the specified number of connection supervisors.</description>
+ </item>
+
+ <item>
<title>Cowboy 2.8</title>
<link>https://ninenines.eu/articles/cowboy-2.8.0/</link>
<pubDate>Tue, 26 May 2020 07:00:00 +0100</pubDate>