diff options
Diffstat (limited to 'archives/extend/2013-January/000029.html')
-rw-r--r-- | archives/extend/2013-January/000029.html | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/archives/extend/2013-January/000029.html b/archives/extend/2013-January/000029.html new file mode 100644 index 00000000..8f69dfb4 --- /dev/null +++ b/archives/extend/2013-January/000029.html @@ -0,0 +1,154 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <TITLE> [99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition Released + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20%5BANN%5D%20Ranch%200.6.0%20Xmas%20Edition%0A%09Released&In-Reply-To=%3C50E57DC0.5090408%40ninenines.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <style type="text/css"> + pre { + white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ + } + </style> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000028.html"> + <LINK REL="Next" HREF="000030.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition Released</H1> + <B>Loïc Hoguin</B> + <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20%5BANN%5D%20Ranch%200.6.0%20Xmas%20Edition%0A%09Released&In-Reply-To=%3C50E57DC0.5090408%40ninenines.eu%3E" + TITLE="[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition Released">essen at ninenines.eu + </A><BR> + <I>Thu Jan 3 13:46:56 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="000028.html">[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition Released +</A></li> + <LI>Next message: <A HREF="000030.html">[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition Released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#29">[ date ]</a> + <a href="thread.html#29">[ thread ]</a> + <a href="subject.html#29">[ subject ]</a> + <a href="author.html#29">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Haven't had any stability issue. What we did here is ensure that when +any process gets killed for any reason, especially reasons we can't +foresee, Ranch continues to work as expected. + +Ranch not updating protocol options for existing connections isn't a +problem, it won't be "fixed". Ranch can't guess how connection processes +are implemented. It's up to you to allow this if you need it. The +upgrade updates the options for all acceptors and all future +connections, that's it. + +On 01/03/2013 10:30 AM, Max Lapshin wrote: +><i> Loic, it would be great to hear a bit, what problems have you met with. +</I>><i> +</I>><i> What issues with stability can be in acceptor pool? +</I>><i> +</I>><i> Also I have question about updating protocol options: have you done +</I>><i> something with the problem that after updating protocol options existing +</I>><i> workers are running with old config? +</I>><i> +</I>><i> On Tuesday, December 25, 2012, Loïc Hoguin wrote: +</I>><i> +</I>><i> Ho ho ho! +</I>><i> +</I>><i> I have just tagged version 0.6.0 of the Ranch project! +</I>><i> +</I>><i> Ranch is a socket acceptor pool for TCP protocols. +</I>><i> +</I>><i> <A HREF="https://github.com/extend/__ranch">https://github.com/extend/__ranch</A> <<A HREF="https://github.com/extend/ranch">https://github.com/extend/ranch</A>> +</I>><i> +</I>><i> Ranch is used by the next version of Cowboy, 0.8.0, set to be +</I>><i> released early February, but also in Basho's Riak multi-data center +</I>><i> replication amongst others. +</I>><i> +</I>><i> All tickets have been resolved. A significant contribution was made +</I>><i> by Andrew Majorov to improve the fault tolerance capabilities of the +</I>><i> application, making sure it always restarts properly when things go +</I>><i> wrong. This has been made possible thanks to the amazing project +</I>><i> from Daniel Luna, chaos_monkey +</I>><i> (<A HREF="https://github.com/dluna/__chaos_monkey">https://github.com/dluna/__chaos_monkey</A> +</I>><i> <<A HREF="https://github.com/dluna/chaos_monkey">https://github.com/dluna/chaos_monkey</A>>). +</I>><i> +</I>><i> The guide has also been improved and completed. +</I>><i> +</I>><i> <A HREF="http://ninenines.eu/docs/en/__ranch/HEAD/guide/introduction">http://ninenines.eu/docs/en/__ranch/HEAD/guide/introduction</A> +</I>><i> <<A HREF="http://ninenines.eu/docs/en/ranch/HEAD/guide/introduction">http://ninenines.eu/docs/en/ranch/HEAD/guide/introduction</A>> +</I>><i> +</I>><i> If the guide isn't enough, drop by our new IRC channel dedicated to +</I>><i> Cowboy, Ranch and all our other projects! #ninenines on Freenode. +</I>><i> +</I>><i> Following is the list of change since last time: +</I>><i> +</I>><i> * Improve fault tolerance thanks to chaos_monkey testing +</I>><i> * Add 'nodelay' option to transports +</I>><i> * Add 'verify' option to ranch_ssl transport +</I>><i> * Add 'socket' option to pass an already open socket to the listener +</I>><i> * Add Transport:sendfile/2 function (uses a fallback if unavailable) +</I>><i> * Allow IP tuples in Transport:connect/3 +</I>><i> * Add ranch:set_max_connections/2 to update the value live +</I>><i> * Add ranch:get_max_connections/1 to retrieve it +</I>><i> +</I>><i> We are always looking for feedback, especially now that there is no +</I>><i> ticket left open on this project. If you are using Ranch and have +</I>><i> questions or needs that it doesn't cover, please send them to us. +</I>><i> +</I>><i> Commercial support will be available starting from January, ping me +</I>><i> if you are interested. Details will be announced at a later time on +</I>><i> the ninenines.eu <<A HREF="http://ninenines.eu">http://ninenines.eu</A>> mailing list. +</I>><i> +</I>><i> I want to thank all contributors for helping this project by opening +</I>><i> tickets, sending patches and offering feedback. I am as always very +</I>><i> grateful for any and all contributions. I wouldn't have made it this +</I>><i> far without the tremendous help I receive everyday. +</I>><i> +</I>><i> Thanks to all and have a nice holiday! +</I>><i> +</I>><i> -- +</I>><i> Loïc Hoguin +</I>><i> Erlang Santa +</I>><i> Nine Nines +</I>><i> <A HREF="http://ninenines.eu">http://ninenines.eu</A> +</I>><i> _________________________________________________ +</I>><i> erlang-questions mailing list +</I>><i> <A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A> +</I>><i> <A HREF="http://erlang.org/mailman/__listinfo/erlang-questions">http://erlang.org/mailman/__listinfo/erlang-questions</A> +</I>><i> <<A HREF="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</A>> +</I>><i> +</I> + +-- +Loïc Hoguin +Erlang Cowboy +Nine Nines +<A HREF="http://ninenines.eu">http://ninenines.eu</A> + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000028.html">[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition Released +</A></li> + <LI>Next message: <A HREF="000030.html">[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition Released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#29">[ date ]</a> + <a href="thread.html#29">[ thread ]</a> + <a href="subject.html#29">[ subject ]</a> + <a href="author.html#29">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend +mailing list</a><br> +</body></html> |