<div dir="ltr"><div>Good to know that Erl works successfully wh 8 or more intel cores. Do you use 8 schedulers with threads/hipe enabled?</div>
<div> </div>
<div>I run below test:run/0 to output time every sec. But even that's getting stuck when the Erl node is experiencing this issue.</div>
<div> </div>
<div>-module(test).</div>
<div>-compile(export_all).</div>
<div><br>run() -><br>  spawn(?MODULE, run2, [1]),<br>  run2(2).</div>
<div>run2(Id) -><br>  io:fwrite("Tick [~p]: ~p~n", [Id, time()]),<br>  timer:sleep(1000),<br>  run2(Id).</div>
<div><br><br> </div>
<div class="gmail_quote">On Mon, Sep 1, 2008 at 9:15 AM, Dave Smith <span dir="ltr"><<a href="mailto:dizzyd@gmail.com">dizzyd@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">2008/8/31 Eranga Udesh <<a href="mailto:eranga.erl@gmail.com">eranga.erl@gmail.com</a>>:<br>
<div class="Ih2E3d">> Like I said earlier, the Erl node is not totall stucked. Single RPC commands<br>> work but recursive functions getting stuck. Running processes halts and<br>> "Reductions" don't increase. The Erl prompt is not responding when doing<br>
> "to_erl"<br>> If you or anyboby run or tested Erlang with 8 or more Intel cores, pls let<br>> me know. I want to first narrow down the problem to identify if it's a<br>> problem only in my instalation or an Erl smp problem. If it's the<br>
> former,much releaved.<br><br></div>FWIW, I use 8+ cores with hundreds of thousands of processes on Erlang<br>SMP on a daily basis and have not seen any of the problems you've<br>described. Do you have a minimal set of code that produces these<br>
symptoms?<br><font color="#888888"><br>D.<br></font>
<div>
<div></div>
<div class="Wj3C7c">_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>