Thanks Dave, I added a new SSD harddrive instead of a normal SATA harddrive as well as included my ip in the hosts file also I have included &#39;skip-name-resolv&#39; as you mentioned to not to resolv and tested for around 250 concurrent calls, connection was going through fine.......next week I would be testing it for some more additional calls......Thanks for all your replies.....<br>
<br>Best Regards<br>Sandesh<br><br><div class="gmail_quote">On Fri, Nov 6, 2009 at 8:01 AM, David Gibbons <span dir="ltr">&lt;<a href="mailto:dave@videon-central.com">dave@videon-central.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ve seen asterisk really bog in internal networks if the mysql server has name resolution turned on (dns issues of course). The query will be blocked until the name resolution times out.<br>
<br>
Try adding this line the [mysqld] section of your my.cnf:<br>
<br>
[mysqld]<br>
skip-name-resolv<br>
<br>
That sent a server from ~10 seconds/query down to milliseconds.<br>
<br>
--Dave<br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>