<div dir="ltr">I need more concrete examples  / cases please.<div><br></div><div>Thank you </div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Pada tanggal Min, 12 Mei 2019 pukul 21.57 T Ty <<a href="mailto:tty.erlang@gmail.com">tty.erlang@gmail.com</a>> menulis:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>SOAP/REST is great if you have to interface with non-Erlang systems. For other Erlang systems I prefer using direct process to process message sending instead of rpc:call although some people do favor rpc:call. Bit of personal preference and background. <br></div><div><br></div><div>As to why or case study using distributed system just look at microservices. Anything that would fit into microservices would map one-to-one into Erlang. <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 12, 2019 at 3:45 PM I Gusti Ngurah Oka Prinarjaya <<a href="mailto:okaprinarjaya@gmail.com" target="_blank">okaprinarjaya@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I just learn about how to ping a remote erlang node,  call erlang program in a remote erlang node by following this chapter <a href="https://learnyousomeerlang.com/distribunomicon" target="_blank">https://learnyousomeerlang.com/distribunomicon</a> . </div><div><br></div><div>But, i can't imagine what kind of simple solution that i can build by utilizing Erlang's distributed behavior / feature / ability.</div><div><br></div><div>Ok, first, i need some simple case studies utilizingg distributed behavior / ability from erlang.</div><div>Second, Why do we utilizing distributed behavior / ability of erlang? Or in other words,</div><div>which is better? utilizing rpc:call() or call other service in other remote node just through HTTP (REST maybe) ? <br><br>Thank you</div><div><br></div><div><br></div></div>
_______________________________________________<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/listinfo/erlang-questions</a><br>
</blockquote></div>
</blockquote></div>