I use the same method to access registrations, (albeit in a MySQL DB through ODBC)<br><br>It works fine. The problem I worry about - is scalability - as I have it today in my prototype - I am building and tearing down an ODBC connection on every query. This is not desirable, so I have to pool the connection in some way. When that is done, I can not see a reason not to do it this way?<br>
<br><div class="gmail_quote">On Thu, May 13, 2010 at 3:51 AM, babak yakhchali <span dir="ltr">&lt;<a href="mailto:babak.freeswitch@gmail.com">babak.freeswitch@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
u mean this is not a good idea to get registrations from sqlite??
<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>
<br></blockquote></div><br>