Do you run you app on one node?<div><div><br clear="all"><div>Best regards,</div><div>Max</div><br><br>
<br><br><div class="gmail_quote">On Sun, Nov 20, 2011 at 6:31 PM, ori brost <span dir="ltr"><<a href="mailto:oribrost@gmail.com">oribrost@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

We are writing a server in erlang and we spawn a specialized<br>
gen_server to handle every client that connects to us. We have a<br>
gen_server whose sole purpose is to spawn these gen_servers for each<br>
connecting client, which allows the gen_server spawn call to return<br>
more quickly. After about 150000 clients connect, our msg queue for<br>
this spawning process begins to grow rapidly. Is it possible that<br>
using bare erlang processes instead of gen_servers for the clients can<br>
help here?<br>
(Note, this is the same server from<br>
<a href="http://groups.google.com/group/erlang-programming/browse_thread/thread/e92b2c1ae4fcf98c?pli=1" target="_blank">http://groups.google.com/group/erlang-programming/browse_thread/thread/e92b2c1ae4fcf98c?pli=1</a>).<br>


_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div></div>