<div dir="ltr">Hello,<br><br>&nbsp;&nbsp; I&#39;ve this situation: 300+ simultaneous calls and dialplan like this:<br>exten =&gt; _X.,1,Answer()<br>exten =&gt; _X.,2,DEADAGI(check_status.php)<br>exten =&gt; _X.,3,Dial(SIP/other/${NUMBER})<br>
exten =&gt; _X.,4,Hangup<br><br>exten =&gt; h,1,DEADAGI(cdr.php)<br><br>When project is running , I had&nbsp; a lot of defunct php scripts (I&#39;ve exceed mysql connection limits and so on, deadagi help a bit). The scripts check_status.php and cdr.php connects to database to retrieve/store data. So one call - 2 connections to database. So I want to do like this: 100 simultaneous calls , make 200 queries per one mysql connection. WEB developers uses singleton to avoid this issue. Maybe somebody has experience with singleton and phpagi. <br>
thanks...<br clear="all"><br>-- <br>Pagarbiai &nbsp;/ Best Regards,<br>Giedrius Augys<br>
</div>