<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">You may have thought that the async
      threads use a shared job queue, but they don't... each thread has
      its own queue.  So, that means it is easy to plug up the async
      thread pool, if you have long running operations.  By increasing
      the pool size to a much larger value, you are no longer blocking
      on a randomly overworked async thread.<br>
      <br>
      On 03/12/2013 01:10 PM, Max Lapshin wrote:<br>
    </div>
    <blockquote
cite="mid:CAMxVRxCQw0iSDmUm1u07OMoGy2J3yzHs14AyxPXtnGJLWtPCow@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">So, I need to run dtrace on live system?
        <div><br>
        </div>
        <div>I've found that if I increase +A from 16 to 160, system
          starts working excelently.</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>