<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/19/2015 10:39 PM, Garrett Smith
      wrote:<br>
    </div>
    <blockquote
cite="mid:CACU=p6v1pqaTA9qfi4=+K6AM1VLsWfp0cESoLY5T53ZnzMVNNA@mail.gmail.com"
      type="cite">
      <p dir="ltr">I don't think so, not obviously anyway. Setting aside
        the complexity of writing NIFs, you're just trading one latency
        (IO over stdio) for another (IO over sockets). Not to mention
        the overhead of another VM.</p>
    </blockquote>
    The other problem is that the Erlang node communication will be a
    single connection bottleneck, so you can't exploit any concurrency
    with the NIF (the problem gets worse as more data is exchanged
    utilizing more throughput).<br>
    <br>
    <blockquote
cite="mid:CACU=p6v1pqaTA9qfi4=+K6AM1VLsWfp0cESoLY5T53ZnzMVNNA@mail.gmail.com"
      type="cite">
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>