Not sure what you mean here...<br><br>When a script runs it&#39;ll reuse a connection from the pool if there is one. If there isn&#39;t it&#39;ll open a new one.<br><br>If
 you only every have one copy of your script running at a time you&#39;ll 
only get a single connection. But if you get 2 copies running at the 
same time you&#39;ll get 2, 3 copies 3 etc.<br><br><br>-Steve<br><br><br><div class="gmail_quote">On 26 May 2011 02:04, Alan Frisch <span dir="ltr">&lt;<a href="mailto:frisch.alan@gmail.com">frisch.alan@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Been playing with the DBH functionality in LUA.  The connection<br>
pooling works great if you need to access the core DSN... but if you<br>
need to access an external DB, it seems that FS will open a single<br>
connection for the maximum number of concurrent calls accessing the<br>
LUA script.<br>
<br>
In * one can limit the connection pool to any DB in res_odbc.conf...<br>
but is there a way of doing this in FS?<br>
<br>
After a learning curve and lots of time, tthis is the one hangup in FS<br>
that is preventing me from trashing * altogether.  Help me put * in<br>
the dustbin for good!<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">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><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">

</div>