[Freeswitch-users] Start FreeSWITCH without any SQL but at the same time have all info available on realtime/runtime
Rupa Schomaker
rupa at rupa.com
Fri Mar 13 07:05:33 PDT 2009
Using sql for the show commands is pretty elegant. It allows one to get
info without having to lock a bunch of in memory data structures prior to
collecting stats. Locking data structures just for reporting == bad --
especially on a high volume server.
On Fri, Mar 13, 2009 at 6:12 AM, Diego Viola <diego.viola at gmail.com> wrote:
> Erhm, this is what I wanted to say.
>
> --
>
> I think FreeSWITCH should leave that SQLite option as optional, I
> think it would be nicer if FS doesn't depend on any SQL at all, if you
> do a show channels right now with -nosql, this is what you will see:
>
> freeswitch at internal> show channels
> -ERR SQL DISABLED NO CHANNEL DATA AVAILABLE!
>
> freeswitch at internal>
>
> I think it would be nice if FS can show you the information on real
> time, and on run time, without any SQL at all, and leave UnixODBC &
> SQLite as optional options, I also think this will improve
> performance.
>
>
--
-Rupa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090313/bf0a7d26/attachment-0002.html
More information about the FreeSWITCH-users
mailing list