<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    This thesis gives some background and orientation:<br>
    Characterizing the Scalability of Erlang VM on Many-core Processors
    (Jianrong Zhang)<br>
    <a class="moz-txt-link-freetext" href="http://www.diva-portal.org/smash/get/diva2:392243/FULLTEXT01.pdf">http://www.diva-portal.org/smash/get/diva2:392243/FULLTEXT01.pdf</a><br>
    It's from 2011 so the information is not up to date on but should be
    good enough.<br>
    <br>
    For details, look at<br>
    <a class="moz-txt-link-freetext" href="https://github.com/erlang/otp/blob/maint/erts/emulator/beam/erl_process.c#L9368-L9972">https://github.com/erlang/otp/blob/maint/erts/emulator/beam/erl_process.c#L9368-L9972</a>
    and<br>
    in beam_emu.c.<br>
    <br>
    Start with the thesis.<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 2016-03-08 18:12, Jung Kim wrote:<br>
    </div>
    <blockquote
cite="mid:CABmbNA0Uzr3MkfeeDNm7GQpC3+DvLDbZ8AEHR8nqpJEq9d3Neg@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div dir="ltr">I am very new to Erlang, and just read that Erlang
        style process is done with something similar to coroutine +
        preemptive scheduling[1]. So I am interested to know how Erlang
        schedule process without the user inserting code like
        coroutine.yield() in the function created. Is there any document
        detail about this (I find some discussion like [2] but that
        doesn't give me a clear blueprint)? Or which part of source code
        should I look into? 
        <div>
          <div><br>
          </div>
          <div>I appreciate any suggestions. <br>
            <div><br>
            </div>
            <div>[1]. <a moz-do-not-send="true"
href="https://hamidreza-s.github.io/erlang/scheduling/real-time/preemptive/migration/2016/02/09/erlang-scheduler-details.html">https://hamidreza-s.github.io/erlang/scheduling/real-time/preemptive/migration/2016/02/09/erlang-scheduler-details.html</a></div>
            <div>[2]. <a moz-do-not-send="true"
href="http://erlang.org/pipermail/erlang-questions/2001-April/003132.html">http://erlang.org/pipermail/erlang-questions/2001-April/003132.html</a></div>
          </div>
        </div>
      </div>
      <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>