<div dir="ltr">Does Cowboy 2.0 use process per Websocket packet?<br>Does this means that it's better to stay with Cowboy 1.x for a server that use only Websockets?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 25, 2017 at 7:53 PM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Some people already use it in production without problems. Your mileage may vary.<br>
<br>
The performance/latency should be the same on the stream handler level (low level interface), but by default Cowboy 2.0 creates a new process per request and therefore there will be some performance loss due to the communication between the processes.<br>
<br>
There is more than one process per connection now because HTTP/2 streams (request/response pairs) must execute concurrently. But nothing prevents you from making your own interface that only uses one process per connection, just make sure not to block.<br>
<br>
Cheers,<div><div class="h5"><br>
<br>
On 07/25/2017 06:29 PM, Max Lapshin wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi.<br>
<br>
Recommended for production?<br>
<br>
Do you think that we should await any performance/latency changes from cowboy 1 to 2 on 2-4 RPS, about 10 Gbit/s per server?<br>
<br>
<br></div></div><span class="">
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
<br>
</span></blockquote><span class="im HOEnZb">
<br>
-- <br>
Loïc Hoguin<br>
<a href="https://ninenines.eu" rel="noreferrer" target="_blank">https://ninenines.eu</a><br></span><div class="HOEnZb"><div class="h5">
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
</div></div></blockquote></div><br></div>