[erlang-questions] Erlang in a WAN

Sergej Jurečko sergej.jurecko@REDACTED
Fri Mar 25 12:25:23 CET 2016


I would not use distributed erlang for this. It is way too insecure and unsuitable for large latencies. HTTP/2 is I think the best option. Chatterbox looks quite good: https://github.com/joedevivo/chatterbox <https://github.com/joedevivo/chatterbox>

Sergej

> On 25 Mar 2016, at 12:20, Roberto Ostinelli <roberto@REDACTED> wrote:
> 
> Forgot to mention that this is the guide I found:
> http://erlang.org/doc/apps/ssl/ssl_distribution.html <http://erlang.org/doc/apps/ssl/ssl_distribution.html>
> 
> Still, war stories and opinions are warmly welcome.
> 
> Best,
> r.
> 
> 
> On Fri, Mar 25, 2016 at 12:17 PM, Roberto Ostinelli <roberto@REDACTED <mailto:roberto@REDACTED>> wrote:
> Dear list,
> In order to substantially reduce latencies I need to deploy some servers of an Erlang cluster in distant AWS data centres.
> 
> I remember reading Erlang having potential issues in WAN settings. Also, if I'm not mistaken the communication between nodes is not encrypted, which is fine if you're in the same VPC but it is not if your nodes have public IPs.
> 
> Does anyone have war stories / pointers on how to distribute an Erlang cluster across different AWS zones (US, EU, Asia, etc)?
> 
> Thank you in advance.
> r.
>  
> 
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160325/e80b696f/attachment.htm>


More information about the erlang-questions mailing list