[Freeswitch-users] Freeswitch DBH - Possible to create connection pool to other DBs?

Steven Ayre steveayre at gmail.com
Thu May 26 10:25:52 MSD 2011


Not sure what you mean here...

When a script runs it'll reuse a connection from the pool if there is one.
If there isn't it'll open a new one.

If you only every have one copy of your script running at a time you'll only
get a single connection. But if you get 2 copies running at the same time
you'll get 2, 3 copies 3 etc.


-Steve


On 26 May 2011 02:04, Alan Frisch <frisch.alan at gmail.com> wrote:

> Been playing with the DBH functionality in LUA.  The connection
> pooling works great if you need to access the core DSN... but if you
> need to access an external DB, it seems that FS will open a single
> connection for the maximum number of concurrent calls accessing the
> LUA script.
>
> In * one can limit the connection pool to any DB in res_odbc.conf...
> but is there a way of doing this in FS?
>
> After a learning curve and lots of time, tthis is the one hangup in FS
> that is preventing me from trashing * altogether.  Help me put * in
> the dustbin for good!
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110526/752016f8/attachment.html 


More information about the FreeSWITCH-users mailing list