<div dir="ltr"><p dir="ltr">I&#39;m using a 1000-line script with mod_perl, and it makes several queries on a local MySQL server. The whole initialization and db lookup takes less than 10ms.</p><p>I didn&#39;t do any other performance tests, because it&#39;s a single-user server. But I think it will easily survive several calls per second.</p><p>A stripped-down version of my script is available here: <a href="https://github.com/xlab1/freeswitch_secretary_bug">https://github.com/xlab1/freeswitch_secretary_bug</a><br></p><p>Also I made a small prototype in Golang as a socket server, and it&#39;s promising to be much more scalable: <a href="https://github.com/xlab1/go-fs-secretary-prototype">https://github.com/xlab1/go-fs-secretary-prototype</a></p><p>I don&#39;t think Javascript compiler is much different in performance from the one of Perl.<br></p><p><br></p><p><br></p><p dir="ltr"><br></p><p dir="ltr"><br></p>
<div class="gmail_quote">On Sep 28, 2014 1:28 PM, &quot;Avi Marcus&quot; &lt;<a href="mailto:avi@avimarcus.net" target="_blank">avi@avimarcus.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi - I need to do an sql query with some logic and manipulation, and then route a call.<div><br><div>I think it&#39;s a bit much to do with mod_odbc_query and the dialplan, so I&#39;ll be using mod_lua or mod_v8.</div><div><br></div><div>Does anyone have information about the overhead about running a script in either language? I know mod_lua has been the goto scripting language for low overhead, but how does the newer mod_v8 perform? I&#39;d rather use javascript, but only if there isn&#39;t a significant performance difference.<br><div><br></div><div>Thanks,<br clear="all"><div><div dir="ltr"><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:small">-Avi Marcus</span><br></div></div>
</div></div></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div>
</div>