summaryrefslogtreecommitdiffstats
path: root/archives/extend/2013-January/000028.html
blob: 8205944b18ae517a6d9126e2cb15aa74fcbc2b6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!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=%3CCAMxVRxA9uqXbfcP9%3D_CmTDk-ZBycmZijeOa_TyJXQvSPzvwfbg%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="Next"  HREF="000029.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=%3CCAMxVRxA9uqXbfcP9%3D_CmTDk-ZBycmZijeOa_TyJXQvSPzvwfbg%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 10:30:30 CET 2013</I>
    <P><UL>
        
        <LI>Next message: <A HREF="000029.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#28">[ date ]</a>
              <a href="thread.html#28">[ thread ]</a>
              <a href="subject.html#28">[ subject ]</a>
              <a href="author.html#28">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Loic, it would be great to hear a bit, what problems have you met with.

What issues with stability can be in acceptor pool?

Also I have question about updating protocol options: have you done
something with the problem that after updating protocol options existing
workers are running with old config?

On Tuesday, December 25, 2012, Lo&#239;c Hoguin wrote:

&gt;<i> Ho ho ho!
</I>&gt;<i>
</I>&gt;<i> I have just tagged version 0.6.0 of the Ranch project!
</I>&gt;<i>
</I>&gt;<i> Ranch is a socket acceptor pool for TCP protocols.
</I>&gt;<i>
</I>&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;
</I>&gt;<i>
</I>&gt;<i> Ranch is used by the next version of Cowboy, 0.8.0, set to be released
</I>&gt;<i> early February, but also in Basho's Riak multi-data center replication
</I>&gt;<i> amongst others.
</I>&gt;<i>
</I>&gt;<i> All tickets have been resolved. A significant contribution was made by
</I>&gt;<i> Andrew Majorov to improve the fault tolerance capabilities of the
</I>&gt;<i> application, making sure it always restarts properly when things go wrong.
</I>&gt;<i> This has been made possible thanks to the amazing project from Daniel Luna,
</I>&gt;<i> chaos_monkey (<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;<i> ).
</I>&gt;<i>
</I>&gt;<i> The guide has also been improved and completed.
</I>&gt;<i>
</I>&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;<i>
</I>&gt;<i> If the guide isn't enough, drop by our new IRC channel dedicated to
</I>&gt;<i> Cowboy, Ranch and all our other projects! #ninenines on Freenode.
</I>&gt;<i>
</I>&gt;<i> Following is the list of change since last time:
</I>&gt;<i>
</I>&gt;<i>  *  Improve fault tolerance thanks to chaos_monkey testing
</I>&gt;<i>  *  Add 'nodelay' option to transports
</I>&gt;<i>  *  Add 'verify' option to ranch_ssl transport
</I>&gt;<i>  *  Add 'socket' option to pass an already open socket to the listener
</I>&gt;<i>  *  Add Transport:sendfile/2 function (uses a fallback if unavailable)
</I>&gt;<i>  *  Allow IP tuples in Transport:connect/3
</I>&gt;<i>  *  Add ranch:set_max_connections/2 to update the value live
</I>&gt;<i>  *  Add ranch:get_max_connections/1 to retrieve it
</I>&gt;<i>
</I>&gt;<i> We are always looking for feedback, especially now that there is no ticket
</I>&gt;<i> left open on this project. If you are using Ranch and have questions or
</I>&gt;<i> needs that it doesn't cover, please send them to us.
</I>&gt;<i>
</I>&gt;<i> Commercial support will be available starting from January, ping me if you
</I>&gt;<i> are interested. Details will be announced at a later time on the
</I>&gt;<i> ninenines.eu mailing list.
</I>&gt;<i>
</I>&gt;<i> I want to thank all contributors for helping this project by opening
</I>&gt;<i> tickets, sending patches and offering feedback. I am as always very
</I>&gt;<i> grateful for any and all contributions. I wouldn't have made it this far
</I>&gt;<i> without the tremendous help I receive everyday.
</I>&gt;<i>
</I>&gt;<i> Thanks to all and have a nice holiday!
</I>&gt;<i>
</I>&gt;<i> --
</I>&gt;<i> Lo&#239;c Hoguin
</I>&gt;<i> Erlang Santa
</I>&gt;<i> Nine Nines
</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
</I>&gt;<i> ______________________________**_________________
</I>&gt;<i> erlang-questions mailing list
</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A>
</I>&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;<i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20130103/bae06e70/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20130103/bae06e70/attachment.html</A>&gt;
</PRE>

<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	
	<LI>Next message: <A HREF="000029.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#28">[ date ]</a>
              <a href="thread.html#28">[ thread ]</a>
              <a href="subject.html#28">[ subject ]</a>
              <a href="author.html#28">[ author ]</a>
         </LI>
       </UL>

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