diff options
Diffstat (limited to '_build/static/archives/extend/2012-December/000027.html')
-rw-r--r-- | _build/static/archives/extend/2012-December/000027.html | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2012-December/000027.html b/_build/static/archives/extend/2012-December/000027.html new file mode 100644 index 00000000..37cf6add --- /dev/null +++ b/_build/static/archives/extend/2012-December/000027.html @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <TITLE> [99s-extend] [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%5BANN%5D%20Ranch%200.6.0%20Xmas%20Edition%20Released&In-Reply-To=%3C50D8DA63.2060600%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="000026.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[99s-extend] [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%5BANN%5D%20Ranch%200.6.0%20Xmas%20Edition%20Released&In-Reply-To=%3C50D8DA63.2060600%40ninenines.eu%3E" + TITLE="[99s-extend] [ANN] Ranch 0.6.0 Xmas Edition Released">essen at ninenines.eu + </A><BR> + <I>Mon Dec 24 23:42:43 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="000026.html">[99s-extend] Cowboy HTTPS connection memory usage +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#27">[ date ]</a> + <a href="thread.html#27">[ thread ]</a> + <a href="subject.html#27">[ subject ]</a> + <a href="author.html#27">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Ho ho ho! + +I have just tagged version 0.6.0 of the Ranch project! + +Ranch is a socket acceptor pool for TCP protocols. + + <A HREF="https://github.com/extend/ranch">https://github.com/extend/ranch</A> + +Ranch is used by the next version of Cowboy, 0.8.0, set to be released +early February, but also in Basho's Riak multi-data center replication +amongst others. + +All tickets have been resolved. A significant contribution was made by +Andrew Majorov to improve the fault tolerance capabilities of the +application, making sure it always restarts properly when things go +wrong. This has been made possible thanks to the amazing project from +Daniel Luna, chaos_monkey (<A HREF="https://github.com/dluna/chaos_monkey">https://github.com/dluna/chaos_monkey</A>). + +The guide has also been improved and completed. + + <A HREF="http://ninenines.eu/docs/en/ranch/HEAD/guide/introduction">http://ninenines.eu/docs/en/ranch/HEAD/guide/introduction</A> + +If the guide isn't enough, drop by our new IRC channel dedicated to +Cowboy, Ranch and all our other projects! #ninenines on Freenode. + +Following is the list of change since last time: + + * Improve fault tolerance thanks to chaos_monkey testing + * Add 'nodelay' option to transports + * Add 'verify' option to ranch_ssl transport + * Add 'socket' option to pass an already open socket to the listener + * Add Transport:sendfile/2 function (uses a fallback if unavailable) + * Allow IP tuples in Transport:connect/3 + * Add ranch:set_max_connections/2 to update the value live + * Add ranch:get_max_connections/1 to retrieve it + +We are always looking for feedback, especially now that there is no +ticket left open on this project. If you are using Ranch and have +questions or needs that it doesn't cover, please send them to us. + +Commercial support will be available starting from January, ping me if +you are interested. Details will be announced at a later time on the +ninenines.eu mailing list. + +I want to thank all contributors for helping this project by opening +tickets, sending patches and offering feedback. I am as always very +grateful for any and all contributions. I wouldn't have made it this far +without the tremendous help I receive everyday. + +Thanks to all and have a nice holiday! + +-- +Loïc Hoguin +Erlang Santa +Nine Nines +<A HREF="http://ninenines.eu">http://ninenines.eu</A> + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000026.html">[99s-extend] Cowboy HTTPS connection memory usage +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#27">[ date ]</a> + <a href="thread.html#27">[ thread ]</a> + <a href="subject.html#27">[ subject ]</a> + <a href="author.html#27">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend +mailing list</a><br> +</body></html> |