summaryrefslogtreecommitdiffstats
path: root/articles/index.xml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-01 16:52:33 +0200
committerLoïc Hoguin <[email protected]>2018-08-01 16:52:33 +0200
commita63ee9b363aa7214343966690b50d77f4d3475e6 (patch)
tree3172bf0b364d9c3d76cfe5bed15154254460ba53 /articles/index.xml
parent34bea68bc8c23429ab788387b4db110135789adf (diff)
downloadninenines.eu-a63ee9b363aa7214343966690b50d77f4d3475e6.tar.gz
ninenines.eu-a63ee9b363aa7214343966690b50d77f4d3475e6.tar.bz2
ninenines.eu-a63ee9b363aa7214343966690b50d77f4d3475e6.zip
Ranch 1.6.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 472fd03b..a5f81f93 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>Fri, 27 Jul 2018 10:00:00 +0100</lastBuildDate>
+ <lastBuildDate>Wed, 01 Aug 2018 10:00:00 +0100</lastBuildDate>
<atom:link href="https://ninenines.eu/articles/index.xml" rel="self" type="application/rss+xml" />
<item>
+ <title>Ranch 1.6</title>
+ <link>https://ninenines.eu/articles/ranch-1.6.0/</link>
+ <pubDate>Wed, 01 Aug 2018 10:00:00 +0100</pubDate>
+
+ <guid>https://ninenines.eu/articles/ranch-1.6.0/</guid>
+ <description>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.</description>
+ </item>
+
+ <item>
<title>Gun 1.0</title>
<link>https://ninenines.eu/articles/gun-1.0.0/</link>
<pubDate>Fri, 27 Jul 2018 10:00:00 +0100</pubDate>