summaryrefslogblamecommitdiffstats
path: root/archives/extend/2013-January/000030.html
blob: c75a70326f067e2dabdd2cac131033c63b913bb8 (plain) (tree)














































































































































































                                                                                                                                                                                                                                                                                               
<!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=%3CCAMxVRxDm1E4YXfvYp2CVoXchTpGRZK85XnMat_YhRK9CJGrtqA%40mail.gmail.com%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="000029.html">
   <LINK REL="Next"  HREF="000031.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition	Released</H1>
    <B>Max Lapshin</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=%3CCAMxVRxDm1E4YXfvYp2CVoXchTpGRZK85XnMat_YhRK9CJGrtqA%40mail.gmail.com%3E"
       TITLE="[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition	Released">max.lapshin at gmail.com
       </A><BR>
    <I>Thu Jan  3 14:32:16 CET 2013</I>
    <P><UL>
        <LI>Previous message: <A HREF="000029.html">[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition	Released
</A></li>
        <LI>Next message: <A HREF="000031.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#30">[ date ]</a>
              <a href="thread.html#30">[ thread ]</a>
              <a href="subject.html#30">[ subject ]</a>
              <a href="author.html#30">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>I mean situation that after cowboy:update_options existing acceptors are
still working with old routes.
Currently it is useless API, so I have to stop cowboy and start it back.


On Thu, Jan 3, 2013 at 4:46 PM, Lo&#239;c Hoguin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:

&gt;<i> Haven't had any stability issue. What we did here is ensure that when any
</I>&gt;<i> process gets killed for any reason, especially reasons we can't foresee,
</I>&gt;<i> Ranch continues to work as expected.
</I>&gt;<i>
</I>&gt;<i> Ranch not updating protocol options for existing connections isn't a
</I>&gt;<i> problem, it won't be &quot;fixed&quot;. Ranch can't guess how connection processes
</I>&gt;<i> are implemented. It's up to you to allow this if you need it. The upgrade
</I>&gt;<i> updates the options for all acceptors and all future connections, that's it.
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i> On 01/03/2013 10:30 AM, Max Lapshin wrote:
</I>&gt;<i>
</I>&gt;&gt;<i> Loic, it would be great to hear a bit, what problems have you met with.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> What issues with stability can be in acceptor pool?
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Also I have question about updating protocol options: have you done
</I>&gt;&gt;<i> something with the problem that after updating protocol options existing
</I>&gt;&gt;<i> workers are running with old config?
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> On Tuesday, December 25, 2012, Lo&#239;c Hoguin wrote:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     Ho ho ho!
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     I have just tagged version 0.6.0 of the Ranch project!
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     Ranch is a socket acceptor pool for TCP protocols.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     <A HREF="https://github.com/extend/__**ranch&lt;https://github.com/extend/__ranch">https://github.com/extend/__**ranch&lt;https://github.com/extend/__ranch</A>&gt;&lt;
</I>&gt;&gt;<i> <A HREF="https://github.com/extend/**ranch">https://github.com/extend/**ranch</A> &lt;<A HREF="https://github.com/extend/ranch">https://github.com/extend/ranch</A>&gt;&gt;
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     Ranch is used by the next version of Cowboy, 0.8.0, set to be
</I>&gt;&gt;<i>     released early February, but also in Basho's Riak multi-data center
</I>&gt;&gt;<i>     replication amongst others.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     All tickets have been resolved. A significant contribution was made
</I>&gt;&gt;<i>     by Andrew Majorov to improve the fault tolerance capabilities of the
</I>&gt;&gt;<i>     application, making sure it always restarts properly when things go
</I>&gt;&gt;<i>     wrong. This has been made possible thanks to the amazing project
</I>&gt;&gt;<i>     from Daniel Luna, chaos_monkey
</I>&gt;&gt;<i>     (<A HREF="https://github.com/dluna/__**chaos_monkey&lt;https://github.com/dluna/__chaos_monkey">https://github.com/dluna/__**chaos_monkey&lt;https://github.com/dluna/__chaos_monkey</A>&gt;
</I>&gt;&gt;<i>     &lt;<A HREF="https://github.com/dluna/**chaos_monkey&lt;https://github.com/dluna/chaos_monkey">https://github.com/dluna/**chaos_monkey&lt;https://github.com/dluna/chaos_monkey</A>&gt;
</I>&gt;&gt;<i> &gt;).
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     The guide has also been improved and completed.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     <A HREF="http://ninenines.eu/docs/en/__**ranch/HEAD/guide/introduction&lt;http://ninenines.eu/docs/en/__ranch/HEAD/guide/introduction">http://ninenines.eu/docs/en/__**ranch/HEAD/guide/introduction&lt;http://ninenines.eu/docs/en/__ranch/HEAD/guide/introduction</A>&gt;
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     &lt;<A HREF="http://ninenines.eu/docs/en/**ranch/HEAD/guide/introduction&lt;http://ninenines.eu/docs/en/ranch/HEAD/guide/introduction">http://ninenines.eu/docs/en/**ranch/HEAD/guide/introduction&lt;http://ninenines.eu/docs/en/ranch/HEAD/guide/introduction</A>&gt;
</I>&gt;&gt;<i> &gt;
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     If the guide isn't enough, drop by our new IRC channel dedicated to
</I>&gt;&gt;<i>     Cowboy, Ranch and all our other projects! #ninenines on Freenode.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     Following is the list of change since last time:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>       *  Improve fault tolerance thanks to chaos_monkey testing
</I>&gt;&gt;<i>       *  Add 'nodelay' option to transports
</I>&gt;&gt;<i>       *  Add 'verify' option to ranch_ssl transport
</I>&gt;&gt;<i>       *  Add 'socket' option to pass an already open socket to the
</I>&gt;&gt;<i> listener
</I>&gt;&gt;<i>       *  Add Transport:sendfile/2 function (uses a fallback if
</I>&gt;&gt;<i> unavailable)
</I>&gt;&gt;<i>       *  Allow IP tuples in Transport:connect/3
</I>&gt;&gt;<i>       *  Add ranch:set_max_connections/2 to update the value live
</I>&gt;&gt;<i>       *  Add ranch:get_max_connections/1 to retrieve it
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     We are always looking for feedback, especially now that there is no
</I>&gt;&gt;<i>     ticket left open on this project. If you are using Ranch and have
</I>&gt;&gt;<i>     questions or needs that it doesn't cover, please send them to us.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     Commercial support will be available starting from January, ping me
</I>&gt;&gt;<i>     if you are interested. Details will be announced at a later time on
</I>&gt;&gt;<i>     the ninenines.eu &lt;<A HREF="http://ninenines.eu">http://ninenines.eu</A>&gt; mailing list.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     I want to thank all contributors for helping this project by opening
</I>&gt;&gt;<i>     tickets, sending patches and offering feedback. I am as always very
</I>&gt;&gt;<i>     grateful for any and all contributions. I wouldn't have made it this
</I>&gt;&gt;<i>     far without the tremendous help I receive everyday.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     Thanks to all and have a nice holiday!
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>     --
</I>&gt;&gt;<i>     Lo&#239;c Hoguin
</I>&gt;&gt;<i>     Erlang Santa
</I>&gt;&gt;<i>     Nine Nines
</I>&gt;&gt;<i>     <A HREF="http://ninenines.eu">http://ninenines.eu</A>
</I>&gt;&gt;<i>     ______________________________**___________________
</I>&gt;&gt;<i>     erlang-questions mailing list
</I>&gt;&gt;<i>     <A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A>
</I>&gt;&gt;<i>     <A HREF="http://erlang.org/mailman/__**listinfo/erlang-questions&lt;http://erlang.org/mailman/__listinfo/erlang-questions">http://erlang.org/mailman/__**listinfo/erlang-questions&lt;http://erlang.org/mailman/__listinfo/erlang-questions</A>&gt;
</I>&gt;&gt;<i>     &lt;<A HREF="http://erlang.org/mailman/**listinfo/erlang-questions&lt;http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/**listinfo/erlang-questions&lt;http://erlang.org/mailman/listinfo/erlang-questions</A>&gt;
</I>&gt;&gt;<i> &gt;
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;<i>
</I>&gt;<i> --
</I>&gt;<i> Lo&#239;c Hoguin
</I>&gt;<i> Erlang Cowboy
</I>&gt;<i> Nine Nines
</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
</I>&gt;<i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20130103/f6c7fd25/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20130103/f6c7fd25/attachment.html</A>&gt;
</PRE>

<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="000029.html">[99s-extend] [erlang-questions] [ANN] Ranch 0.6.0 Xmas Edition	Released
</A></li>
	<LI>Next message: <A HREF="000031.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#30">[ date ]</a>
              <a href="thread.html#30">[ thread ]</a>
              <a href="subject.html#30">[ subject ]</a>
              <a href="author.html#30">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>