<br>On Wed, Jul 21, 2010 at 3:44 PM, Simon Perreault <span dir="ltr">&lt;<a href="mailto:simon.perreault@viagenie.ca">simon.perreault@viagenie.ca</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Just do e.g. &quot;ulimit -n 100000&quot;.<br>
<br>
Relying on many file descriptors is good design. It moves processing<br>
from user-space to kernel-space, where it is done both more efficiently<br>
and with less errors.<br>
<br></blockquote><div><div><br></div><div>That&#39;s just hiding the issue at hand and it may make it worst because it will obscure it, because, as I noticed before in the mailing list (<a href="http://www.mail-archive.com/asterisk-dev@lists.digium.com/msg39420.html">http://www.mail-archive.com/asterisk-dev@lists.digium.com/msg39420.html</a>), there are parts of asterisk using select(), which requires FD_SET macro and friends, which are limited to file descriptor values of 1024 (unless you recompile gcc or allocate your own fd_set structures).</div>
</div><div><br></div><div>Moises Silva<br>Senior Software Engineer<br>Sangoma Technologies Inc. | NEW 100 Renfrew Drive, Suite 100, Markham ON L3R 9R6 Canada<br>t. 1 905 474 1990 x128 | e. <a href="mailto:moy@sangoma.com" target="_blank">moy@sangoma.com</a></div>
<div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>