diff options
author | Loïc Hoguin <[email protected]> | 2021-09-09 12:15:32 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2021-09-09 12:15:32 +0200 |
commit | 992831c7a516b5183c2af06260829d41aa45267c (patch) | |
tree | 4e874d3aa4fff73455fce70c5a184c171858d02f /articles/page/2 | |
parent | 48f39402181d959cad88cb3f460210c007169f50 (diff) | |
download | ninenines.eu-992831c7a516b5183c2af06260829d41aa45267c.tar.gz ninenines.eu-992831c7a516b5183c2af06260829d41aa45267c.tar.bz2 ninenines.eu-992831c7a516b5183c2af06260829d41aa45267c.zip |
Ranch 2.1.0
Diffstat (limited to 'articles/page/2')
-rw-r--r-- | articles/page/2/index.html | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html index ab1e37c5..1765d157 100644 --- a/articles/page/2/index.html +++ b/articles/page/2/index.html @@ -67,6 +67,24 @@ <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> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/gun-1.0.0/">Gun 1.0</a></h2> <p class="date"> <span class="year">2018</span> @@ -416,22 +434,6 @@ When looking into why the permessage-deflate tests in autobahntestsuite were tak </p> </article> - <article class="blog_item"> - <header> - <h2><a href="https://ninenines.eu/articles/on-open-source/">On open source</a></h2> - <p class="date"> - <span class="year">2014</span> - <span class="day-month">05 Sep</span> - </p> - </header> - - <p>Last week I read a great article on contributing to open source by Alvaro Videla. He makes many great points and I am in agreement with most of it. This made me want to properly explain my point of view with regard to open source and contributions. Unlike most open source evangelism articles I will not talk about ideals or any of that crap, but rather my personal feelings and experience.</p> - - <p style="text-align:right"> - <a class="read_more" href="https://ninenines.eu/articles/on-open-source/">Read More</a> - </p> - </article> - <nav class="pagination" role="pagination"> |